Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ➜ vision gdb ./devel/lib/realsense2_camera_fork/node
  2. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  3. Copyright (C) 2018 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "aarch64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./devel/lib/realsense2_camera_fork/node...(no debugging symbols found)...done.
  17. (gdb) r
  18. Starting program: /home/nvidia/workspaces/vision/devel/lib/realsense2_camera_fork/node
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fb4650170 (LWP 3202)]
  22. [New Thread 0x7fb3e4f170 (LWP 3203)]
  23. [New Thread 0x7fb364e170 (LWP 3204)]
  24. [New Thread 0x7fb2e4d170 (LWP 3205)]
  25. [New Thread 0x7fb264c170 (LWP 3206)]
  26. [New Thread 0x7fb1e4b170 (LWP 3207)]
  27. [Thread 0x7fb1e4b170 (LWP 3207) exited]
  28. [New Thread 0x7fb1e4b170 (LWP 3208)]
  29. [New Thread 0x7fb164a170 (LWP 3209)]
  30. [New Thread 0x7fb0e49170 (LWP 3211)]
  31. [New Thread 0x7fa3fff170 (LWP 3217)]
  32. [New Thread 0x7fa37fe170 (LWP 3221)]
  33. [New Thread 0x7fa2ffd170 (LWP 3225)]
  34.  
  35. Thread 1 "node" received signal SIGSEGV, Segmentation fault.
  36. ros::WallTime::now () at /home/nvidia/Downloads/librealsense/third-party/realsense-file/rosbag/rostime/src/time.cpp:442
  37. 442 WallTime t;
  38. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement