crash on new btSequentialImpulseConstraintSolver();

PaloDeQueso
Posts: 17
Joined: Thu Nov 09, 2006 8:50 pm
Location: Middletown, PA

crash on new btSequentialImpulseConstraintSolver();

Post by PaloDeQueso »

btSequentialImpulseConstraintSolver *solver = new btSequentialImpulseConstraintSolver();

Causes

*** glibc detected *** ./build/Applications/Testing/sfml_test: malloc(): memory corruption: 0x09323ab0 ***

This code works on other computers. I am running Kubuntu 10.04 on both. I'm wondering if this is a common problem, or if anyone has any ideas on what's going on. Thanks a lot in advance!