Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Breakpoint 1, __default_reallocate (pointer=0x602000000490, size=15, state=0x0) at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
- 53 return realloc(pointer, size);
- (gdb) c
- Continuing.
- Breakpoint 1, __default_reallocate (pointer=0x6020000004b0, size=18446744073709551615, state=0x0) at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
- 53 return realloc(pointer, size);
- (gdb) bt
- #0 __default_reallocate (pointer=0x6020000004b0, size=18446744073709551615, state=0x0)
- at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
- #1 0x00007ffff55cc6b0 in rcutils_reallocf (pointer=0x6020000004b0,
- size=18446744073709551615, allocator=0x7ffffffefe80)
- at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:118
- #2 0x00007ffff55eb06b in rcutils_uint8_array_resize (uint8_array=0x7ffffffefe68,
- new_size=18446744073709551615) at /data/ros2_humble/src/ros2/rcutils/src/uint8_array.c:91
- #3 0x00007ffff6f33dce in rclcpp::SerializedMessage::reserve (this=0x7ffffffefe60,
- capacity=18446744073709551615)
- at /data/ros2_humble/src/ros2/rclcpp/rclcpp/src/rclcpp/serialized_message.cpp:151
- #4 0x00005555555d1822 in TestSerializedMessage_reserve_Test::TestBody (this=0x602000000470)
- at /data/ros2_humble/src/ros2/rclcpp/rclcpp/test/rclcpp/test_serialized_message.cpp:152
- #5 0x00005555556e93de in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void> (object=0x602000000470,
- method=<error reading variable: Cannot access memory at address 0xffffffffffffffbf>,
- location=0x555555717520 "the test body")
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2433
- #6 0x00005555556da3d2 in testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> (object=0x602000000470, method=&virtual testing::Test::TestBody(),
- location=0x555555717520 "the test body")
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2469
- #7 0x00005555556837ae in testing::Test::Run (this=0x602000000470)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2508
- #8 0x0000555555684c47 in testing::TestInfo::Run (this=0x612000000940)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2684
- #9 0x0000555555685999 in testing::TestSuite::Run (this=0x6120000001c0)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2816
- #10 0x00005555556a20d4 in testing::internal::UnitTestImpl::RunAllTests (this=0x615000000080)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:5338
- #11 0x00005555556ebf07 in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x615000000080,
- method=<error reading variable: Cannot access memory at address 0xffffffffffffffbf>,
- location=0x55555571bc20 "auxiliary test code (environments or event listeners)")
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2433
- #12 0x00005555556dcccd in testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x615000000080,
- method=(bool (testing::internal::UnitTestImpl::*)(testing::internal::UnitTestImpl * const)) 0x5555556a1858 <testing::internal::UnitTestImpl::RunAllTests()>,
- location=0x55555571bc20 "auxiliary test code (environments or event listeners)")
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2469
- #13 0x000055555569ebf2 in testing::UnitTest::Run (
- this=0x55555577f020 <testing::UnitTest::GetInstance()::instance>)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:4925
- #14 0x000055555566fde1 in RUN_ALL_TESTS ()
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/include/gtest/gtest.h:2473
- --Type <RET> for more, q to quit, c to continue without paging--
- #15 0x000055555566fcaa in main (argc=1, argv=0x7fffffff0868)
- at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/src/gtest_main.cc:45
- (gdb)
- (gdb) s
- __interceptor_realloc (ptr=0x6020000004b0, size=18446744073709551615) at ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:81
- 81 ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp: No such file or directory.
- (gdb) n
- 34 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
- (gdb) n
- 82 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
- (gdb) n
- __interceptor_realloc (ptr=0x6020000004b0, size=18446744073709551615) at ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:81
- 81 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
- (gdb) n
- 84 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
- (gdb) n
- 85 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
- (gdb) n
- 86 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
Advertisement
Add Comment
Please, Sign In to add comment