Page 1 of 1

Bullet 2.64 RC2, new AllInOne demo + centralized mem allocs

Posted: Thu Oct 25, 2007 7:38 am
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

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

Posted: Tue Oct 30, 2007 3:50 am
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.

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

Posted: Wed Oct 31, 2007 8:37 am
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

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

Posted: Wed Oct 31, 2007 11:51 pm
by dans
sure, where is it?