reactphysics3d
reactphysics3d copied to clipboard
coredump maybe
hello.
I have compiled the code in ubuntu18.04 and successfully generate the bin file testbed in the path "build/testbed".
When I run the testbed like "./testbed" it directly cored dump.
The gdb results:
#0 0x000056494265864c in reactphysics3d::PhysicsCommon::createPhysicsWorld(reactphysics3d::PhysicsWorld::WorldSettings const&) ()
#1 0x00005649425ebf52 in raycastscene::RaycastScene::RaycastScene(std::__cxx11::basic_string<char, std::char_traits
Is there anything wrong with my operation?Many thanks.
I just tried on my side on Linux. I took the following steps.
- I cloned the GIT repository of the project
git clone [email protected]:DanielChappuis/reactphysics3d.git - I create a 'build' directory next to the 'reactphysics3d' directory.
mkdir build - I moved into this folder
cd build - I configured and generated the project with ccmake in order to enable the compilation of the testbed application
ccmake ../reactphysics3d - I compiled the library and the testbed application
make - I moved into the testbed sub-folder
cd testbed - I launched the testbed application
./testbed8. The testbed application successfully starts
Did you apply those steps? Are you able to test those steps?
I am closing this issue. If you have any news, feel free to reopen it.