Guest User

Untitled

a guest
Sep 27th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. Breakpoint 1, __default_reallocate (pointer=0x602000000490, size=15, state=0x0) at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
  2. 53 return realloc(pointer, size);
  3. (gdb) c
  4. Continuing.
  5.  
  6. Breakpoint 1, __default_reallocate (pointer=0x6020000004b0, size=18446744073709551615, state=0x0) at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
  7. 53 return realloc(pointer, size);
  8. (gdb) bt
  9. #0 __default_reallocate (pointer=0x6020000004b0, size=18446744073709551615, state=0x0)
  10. at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:53
  11. #1 0x00007ffff55cc6b0 in rcutils_reallocf (pointer=0x6020000004b0,
  12. size=18446744073709551615, allocator=0x7ffffffefe80)
  13. at /data/ros2_humble/src/ros2/rcutils/src/allocator.c:118
  14. #2 0x00007ffff55eb06b in rcutils_uint8_array_resize (uint8_array=0x7ffffffefe68,
  15. new_size=18446744073709551615) at /data/ros2_humble/src/ros2/rcutils/src/uint8_array.c:91
  16. #3 0x00007ffff6f33dce in rclcpp::SerializedMessage::reserve (this=0x7ffffffefe60,
  17. capacity=18446744073709551615)
  18. at /data/ros2_humble/src/ros2/rclcpp/rclcpp/src/rclcpp/serialized_message.cpp:151
  19. #4 0x00005555555d1822 in TestSerializedMessage_reserve_Test::TestBody (this=0x602000000470)
  20. at /data/ros2_humble/src/ros2/rclcpp/rclcpp/test/rclcpp/test_serialized_message.cpp:152
  21. #5 0x00005555556e93de in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void> (object=0x602000000470,
  22. method=<error reading variable: Cannot access memory at address 0xffffffffffffffbf>,
  23. location=0x555555717520 "the test body")
  24. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2433
  25. #6 0x00005555556da3d2 in testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> (object=0x602000000470, method=&virtual testing::Test::TestBody(),
  26. location=0x555555717520 "the test body")
  27. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2469
  28. #7 0x00005555556837ae in testing::Test::Run (this=0x602000000470)
  29. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2508
  30. #8 0x0000555555684c47 in testing::TestInfo::Run (this=0x612000000940)
  31. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2684
  32. #9 0x0000555555685999 in testing::TestSuite::Run (this=0x6120000001c0)
  33. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2816
  34. #10 0x00005555556a20d4 in testing::internal::UnitTestImpl::RunAllTests (this=0x615000000080)
  35. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:5338
  36. #11 0x00005555556ebf07 in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x615000000080,
  37. method=<error reading variable: Cannot access memory at address 0xffffffffffffffbf>,
  38. location=0x55555571bc20 "auxiliary test code (environments or event listeners)")
  39. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2433
  40. #12 0x00005555556dcccd in testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x615000000080,
  41. method=(bool (testing::internal::UnitTestImpl::*)(testing::internal::UnitTestImpl * const)) 0x5555556a1858 <testing::internal::UnitTestImpl::RunAllTests()>,
  42. location=0x55555571bc20 "auxiliary test code (environments or event listeners)")
  43. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:2469
  44. #13 0x000055555569ebf2 in testing::UnitTest::Run (
  45. this=0x55555577f020 <testing::UnitTest::GetInstance()::instance>)
  46. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/./src/gtest.cc:4925
  47. #14 0x000055555566fde1 in RUN_ALL_TESTS ()
  48. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/include/gtest/gtest.h:2473
  49. --Type <RET> for more, q to quit, c to continue without paging--
  50. #15 0x000055555566fcaa in main (argc=1, argv=0x7fffffff0868)
  51. at /data/ros2_humble/install/gtest_vendor/src/gtest_vendor/src/gtest_main.cc:45
  52. (gdb)
  53. (gdb) s
  54. __interceptor_realloc (ptr=0x6020000004b0, size=18446744073709551615) at ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:81
  55. 81 ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp: No such file or directory.
  56. (gdb) n
  57. 34 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
  58. (gdb) n
  59. 82 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
  60. (gdb) n
  61. __interceptor_realloc (ptr=0x6020000004b0, size=18446744073709551615) at ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:81
  62. 81 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
  63. (gdb) n
  64. 84 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
  65. (gdb) n
  66. 85 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
  67. (gdb) n
  68. 86 in ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp
Advertisement
Add Comment
Please, Sign In to add comment