Skip to content

[pull] master from panda3d:master#11

Merged
pull[bot] merged 1 commit into
DigitalDescent:masterfrom
panda3d:master
Jun 1, 2026
Merged

[pull] master from panda3d:master#11
pull[bot] merged 1 commit into
DigitalDescent:masterfrom
panda3d:master

Conversation

@pull

@pull pull Bot commented Jun 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dlmalloc's default MORECORE is sbrk, which shares the program break with the
system (glibc) allocator.  Our MemoryHook lock and glibc's malloc lock are
independent, so a Panda thread allocating through dlmalloc and another thread
allocating through the system allocator can call sbrk() concurrently and corrupt
the heap.  Define HAVE_MORECORE 0 so dlmalloc uses mmap exclusively and never
touches the program break.
@pull pull Bot locked and limited conversation to collaborators Jun 1, 2026
@pull pull Bot added the ⤵️ pull label Jun 1, 2026
@pull pull Bot merged commit fb20b1b into DigitalDescent:master Jun 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant