Skip to content

Fix crash due to wrong manifold being released in btCollisionDispatcherMt#4601

Open
pgrAm wants to merge 1 commit intobulletphysics:masterfrom
pgrAm:old_master
Open

Fix crash due to wrong manifold being released in btCollisionDispatcherMt#4601
pgrAm wants to merge 1 commit intobulletphysics:masterfrom
pgrAm:old_master

Conversation

@pgrAm
Copy link
Copy Markdown

@pgrAm pgrAm commented Apr 12, 2024

We need to set the correct value in index1a when adding manifolds from the batch. This must happen before we release manifolds because it relies on the value in index1a. Otherwise this can cause missing contacts or dangling manifold pointers which causes intermittent crashes

Re-created PR due to wrong branch being used

set the correct value in index1a when adding manifolds from the batch. This must happen before we release manifolds because it relies on the value in index1a.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant