Advertisement
AmoodZ

Untitled

Nov 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. avia@scotty:~$ gdb gzclient
  2. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  3. Copyright (C) 2014 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 "x86_64-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 gzclient...done.
  17. (gdb) run
  18. Starting program: /usr/local/bin/gzclient
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffd9e73700 (LWP 13465)]
  22. [New Thread 0x7fffd8f90700 (LWP 13466)]
  23. [Thread 0x7fffd8f90700 (LWP 13466) exited]
  24. [Thread 0x7fffd9e73700 (LWP 13465) exited]
  25. [Inferior 1 (process 13461) exited with code 0377]
  26. (gdb) bt
  27. No stack.
  28. (gdb) backtrace
  29. No stack.
  30.  
  31.  
  32. avia@scotty:~/Downloads/gazebo/build$ gdb --args gzserver my.world
  33. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  34. Copyright (C) 2014 Free Software Foundation, Inc.
  35. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  36. This is free software: you are free to change and redistribute it.
  37. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  38. and "show warranty" for details.
  39. This GDB was configured as "x86_64-linux-gnu".
  40. Type "show configuration" for configuration details.
  41. For bug reporting instructions, please see:
  42. <http://www.gnu.org/software/gdb/bugs/>.
  43. Find the GDB manual and other documentation resources online at:
  44. <http://www.gnu.org/software/gdb/documentation/>.
  45. For help, type "help".
  46. Type "apropos word" to search for commands related to "word"...
  47. Reading symbols from gzserver...done.
  48. (gdb) run
  49.  
  50. Starting program: /usr/local/bin/gzserver my.world
  51. [Thread debugging using libthread_db enabled]
  52. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  53. [New Thread 0x7fffdcc24700 (LWP 13394)]
  54. [New Thread 0x7fffdbd41700 (LWP 13395)]
  55. [New Thread 0x7fffdb540700 (LWP 13396)]
  56. [New Thread 0x7fffdab33700 (LWP 13397)]
  57. [New Thread 0x7fffd3286700 (LWP 13398)]
  58. [New Thread 0x7fffd2a85700 (LWP 13399)]
  59. [New Thread 0x7fffd2284700 (LWP 13400)]
  60. [New Thread 0x7fffd1a83700 (LWP 13401)]
  61. [New Thread 0x7fffd1282700 (LWP 13402)]
  62. [New Thread 0x7fffd0a81700 (LWP 13403)]
  63. [New Thread 0x7fffb7fff700 (LWP 13404)]
  64. [New Thread 0x7fffb77fe700 (LWP 13405)]
  65. [Thread 0x7fffdab33700 (LWP 13397) exited]
  66. [Thread 0x7fffdcc24700 (LWP 13394) exited]
  67. [Thread 0x7fffd1a83700 (LWP 13401) exited]
  68. [Thread 0x7fffb77fe700 (LWP 13405) exited]
  69. [Thread 0x7fffb7fff700 (LWP 13404) exited]
  70. [Thread 0x7fffd1282700 (LWP 13402) exited]
  71. [Thread 0x7fffd2284700 (LWP 13400) exited]
  72. [Thread 0x7fffd2a85700 (LWP 13399) exited]
  73. [Thread 0x7fffd3286700 (LWP 13398) exited]
  74. [Thread 0x7fffdb540700 (LWP 13396) exited]
  75. [Thread 0x7fffdbd41700 (LWP 13395) exited]
  76. [Thread 0x7ffff7f92880 (LWP 13390) exited]
  77. [Inferior 1 (process 13390) exited with code 0377]
  78. (gdb) bt
  79. No stack.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement