Advertisement
Guest User

gdb

a guest
Dec 16th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. $ cd /opt/google/earth/free/ && export LD_LIBRARY_PATH=. && gdb ./googleearth-bin
  2. GNU gdb (GDB) 7.5.1
  3. Copyright (C) 2012 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 "i686-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /opt/google/earth/free/googleearth-bin...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /opt/google/earth/free/googleearth-bin
  14. warning: Could not load shared library symbols for linux-gate.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  18.  
  19. Program received signal SIGSEGV, Segmentation fault.
  20. 0xb4351a72 in ?? () from /usr/lib/libexpat.so.1
  21. (gdb) exit
  22. Undefined command: "exit". Try "help".
  23. (gdb) quit
  24. A debugging session is active.
  25.  
  26. Inferior 1 [process 3677] will be killed.
  27.  
  28. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement