Advertisement
Guest User

DF debugging

a guest
Aug 6th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  2. Copyright (C) 2012 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /home/username/Документы/DwarfTherapist/bin/DwarfTherapist...(no debugging symbols found)...done.
  11. (gdb) r
  12. Starting program: /home/username/Документы/DwarfTherapist/bin/DwarfTherapist
  13. [Thread debugging using libthread_db enabled]
  14. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  15. Error: "/var/tmp/kdecache-username" is owned by uid 1000 instead of uid 0.
  16. [New Thread 0x7fffe719c700 (LWP 16158)]
  17. [New Thread 0x7fffe5d63700 (LWP 16159)]
  18. [New Thread 0x7fffe5562700 (LWP 16160)]
  19. [Thread 0x7fffe5562700 (LWP 16160) exited]
  20. [Thread 0x7fffe5d63700 (LWP 16159) exited]
  21. [Thread 0x7fffe719c700 (LWP 16158) exited]
  22. [Inferior 1 (process 16152) exited with code 0364]
  23. (gdb) bt
  24. No stack.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement