You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some linux distributions (ArchLinux, but also Fedora and other RedHat things) use the _GLIBCXX_ASSERTIONS flag in their packages. And when we activate this flag on hpp-fcl devel / coal branches, the building_bvh_models test fail with:
Hi,
Some linux distributions (ArchLinux, but also Fedora and other RedHat things) use the
_GLIBCXX_ASSERTIONS
flag in their packages. And when we activate this flag on hpp-fcl devel / coal branches, the building_bvh_models test fail with:This show a null smart_ptr was dereferenced somewhere in that test.
To reproduce this,
CXXFLAGS=-D_GLIBCXX_ASSERTIONS
shoud be enough.The text was updated successfully, but these errors were encountered: