Skip to content

Instantly share code, notes, and snippets.

@vmayoral
Created June 12, 2019 13:52

Revisions

  1. Víctor Mayoral Vilches created this gist Jun 12, 2019.
    178 changes: 178 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,178 @@
    package,error_name,stack_trace_key,count,sample_stack_trace
    octomap,detected memory leaks,main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/unit_tests.cpp:32,1," #0 0x7f77a93e9458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55a6337bc290 in main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/unit_tests.cpp:32
    #2 0x7f77a80b0b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    octomap,detected memory leaks,main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/unit_tests.cpp:31,1," #0 0x7f77a93e9458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55a6337bc274 in main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/unit_tests.cpp:31
    #2 0x7f77a80b0b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    octomap,detected memory leaks,main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/test_iterators.cpp:280,1," #0 0x7fc297fa1458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55db94102b1f in main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/test_iterators.cpp:280
    #2 0x7fc296c68b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    octomap,detected memory leaks,"octomap::MapCollection<octomap::MapNode<octomap::OcTree> >::read(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /opt/ros2_moveit2_ws/src/octomap/octomap/include/octomap/MapCollection.hxx:107",1," #0 0x7f1731d3f458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x560888a273d1 in octomap::MapCollection<octomap::MapNode<octomap::OcTree> >::read(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /opt/ros2_moveit2_ws/src/octomap/octomap/include/octomap/MapCollection.hxx:107
    #2 0x560888a23acb in octomap::MapCollection<octomap::MapNode<octomap::OcTree> >::MapCollection(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /opt/ros2_moveit2_ws/src/octomap/octomap/include/octomap/MapCollection.hxx:46
    #3 0x560888a1fddc in main /opt/ros2_moveit2_ws/src/octomap/octomap/src/testing/test_mapcollection.cpp:53
    #4 0x7f1730a06b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,MeshBoundingSphere_Mesh1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:177,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f17752ef in MeshBoundingSphere_Mesh1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:177
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,BoxBoundingSphere_Box1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:72,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f176f0b5 in BoxBoundingSphere_Box1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:72
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,BoxBoundingSphere_Box2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:85,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f176fcef in BoxBoundingSphere_Box2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:85
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,CylBoundingSphere_Cyl2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:111,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1771557 in CylBoundingSphere_Cyl2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:111
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,ConeBoundingSphere_Cone4_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:164,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1774645 in ConeBoundingSphere_Cone4_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:164
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,CylBoundingSphere_Cyl1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:98,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1770929 in CylBoundingSphere_Cyl1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:98
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,ConeBoundingSphere_Cone2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:137,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1772db7 in ConeBoundingSphere_Cone2_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:137
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,ConeBoundingSphere_Cone1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:124,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1772185 in ConeBoundingSphere_Cone1_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:124
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,ConeBoundingSphere_Cone3_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:151,1," #0 0x7f0c38719458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x55d0f1773a09 in ConeBoundingSphere_Cone3_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:151
    #2 0x55d0f17f2bd7 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #3 0x55d0f17e4941 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #4 0x55d0f1790669 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #5 0x55d0f1791a94 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #6 0x55d0f1792638 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #7 0x55d0f17ad749 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #8 0x55d0f17f568a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x55d0f17e6c0a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x55d0f17aa4dd in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #11 0x55d0f177aee1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_bounding_sphere+0x29ee1)
    #12 0x55d0f1777821 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_bounding_sphere.cpp:276
    #13 0x7f0c373bab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    geometric_shapes,detected memory leaks,"shapes::createMeshFromVertices(std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, Eigen::aligned_allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, std::vector<unsigned int, std::allocator<unsigned int> > const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:111",8," #0 0x7f5736802458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x7f57364496c5 in shapes::createMeshFromVertices(std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, Eigen::aligned_allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, std::vector<unsigned int, std::allocator<unsigned int> > const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:111
    #2 0x7f573644cfd7 in shapes::createMeshFromAsset(aiScene const*, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:355
    #3 0x7f573644b64c in shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:264
    #4 0x7f573644b9ca in shapes::createMeshFromResource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:287
    #5 0x7f573644ad25 in shapes::createMeshFromResource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/mesh_operations.cpp:205
    #6 0x555eca9a19a0 in loadMesh /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_create_mesh.cpp:68
    #7 0x555eca9a2028 in CreateMesh_daeYUp_Test::TestBody() /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_create_mesh.cpp:84
    #8 0x555ecaa1bfd9 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #9 0x555ecaa0de37 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #10 0x555eca9b9ce9 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #11 0x555eca9bb114 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #12 0x555eca9bbcb8 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #13 0x555eca9d6dc9 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #14 0x555ecaa1ea8c in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #15 0x555ecaa10100 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #16 0x555eca9d3b5d in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #17 0x555eca9a41a1 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/geometric_shapes/test/test_create_mesh+0x1f1a1)
    #18 0x555eca9a2b25 in main /opt/ros2_moveit2_ws/src/geometric_shapes/test/test_create_mesh.cpp:115
    #19 0x7f57356a8b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"
    moveit_core,detected memory leaks,shapes::constructShapeFromText(std::istream&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/shape_operations.cpp:505,1," #0 0x7fcbf6a7b458 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0458)
    #1 0x7fcbf5d0c0fd in shapes::constructShapeFromText(std::istream&) /opt/ros2_moveit2_ws/src/geometric_shapes/src/shape_operations.cpp:505
    #2 0x7fcbf6641561 in planning_scene::PlanningScene::loadGeometryFromStream(std::istream&, Eigen::Transform<double, 3, 1, 0> const&) /opt/ros2_moveit2_ws/src/moveit2/moveit_core/planning_scene/src/planning_scene.cpp:1077
    #3 0x7fcbf6640336 in planning_scene::PlanningScene::loadGeometryFromStream(std::istream&) /opt/ros2_moveit2_ws/src/moveit2/moveit_core/planning_scene/src/planning_scene.cpp:1043
    #4 0x562e70b1ea9d in PlanningScene_loadBadSceneGeometry_Test::TestBody() /opt/ros2_moveit2_ws/src/moveit2/moveit_core/planning_scene/test/test_planning_scene.cpp:223
    #5 0x562e70ba7039 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #6 0x562e70b9918d in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #7 0x562e70b458b5 in testing::Test::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2522
    #8 0x562e70b46ce0 in testing::TestInfo::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2703
    #9 0x562e70b47884 in testing::TestCase::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2825
    #10 0x562e70b62995 in testing::internal::UnitTestImpl::RunAllTests() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:5216
    #11 0x562e70ba9aec in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2447
    #12 0x562e70b9b456 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:2483
    #13 0x562e70b5f729 in testing::UnitTest::Run() /opt/ros/dashing/src/gtest_vendor/./src/gtest.cc:4824
    #14 0x562e70b20ba5 in RUN_ALL_TESTS() (/opt/ros2_moveit2_ws/build/moveit_core/planning_scene/test_planning_scene+0x55ba5)
    #15 0x562e70b1f0be in main /opt/ros2_moveit2_ws/src/moveit2/moveit_core/planning_scene/test/test_planning_scene.cpp:229
    #16 0x7fcbf3c66b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)"