Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Open source Bullet Physics SDK release information
Post Reply
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Post by Erwin Coumans »

Here is release candidate 2, Bullet 2.64-RC2

Without showstoppers, Bullet 2.64 will be released soon.

Thanks for any feedback,
Erwin
dans
Posts: 8
Joined: Tue Sep 18, 2007 6:56 am

Re: Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Post by dans »

Hi Erwin,

Get a crash in btSimpleBroadphase::aabbOverlap() called from the first simulation step after removing and completely cleaning up a rigidbody. The m_nextFree and m_nextAllocated in one of the proxies are trashed. Do we need to purge something here, or is it a bug? Using Sweep and prune things work fine.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Post by Erwin Coumans »

dans wrote:Hi Erwin,

Get a crash in btSimpleBroadphase::aabbOverlap() called from the first simulation step after removing and completely cleaning up a rigidbody. The m_nextFree and m_nextAllocated in one of the proxies are trashed. Do we need to purge something here, or is it a bug? Using Sweep and prune things work fine.
Can you check Bullet 2.64 RC3, and see if this has been fixed?

Thanks,
Erwin
dans
Posts: 8
Joined: Tue Sep 18, 2007 6:56 am

Re: Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Post by dans »

sure, where is it?
Post Reply