Advertisement
Kimarite

gdb skype (CB Waldorf)

Aug 5th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. gdb skype
  2.  
  3. GNU gdb (GDB) 7.4.1-debian
  4. Copyright (C) 2012 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "i486-linux-gnu".
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>...
  12. Reading symbols from /usr/bin/skype...(no debugging symbols found)...done.
  13. (gdb) run
  14. Starting program: /usr/bin/skype
  15. [Thread debugging using libthread_db enabled]
  16. Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
  17. [New Thread 0xb2355b70 (LWP 4755)]
  18. [New Thread 0xb1b54b70 (LWP 4756)]
  19. [New Thread 0xb1353b70 (LWP 4757)]
  20. [New Thread 0xb0b52b70 (LWP 4758)]
  21. [New Thread 0xb0351b70 (LWP 4759)]
  22. [New Thread 0xafb50b70 (LWP 4760)]
  23. [New Thread 0xaeb4eb70 (LWP 4762)]
  24. [New Thread 0xaf34fb70 (LWP 4761)]
  25. [New Thread 0xae34db70 (LWP 4763)]
  26. [New Thread 0xadb4cb70 (LWP 4764)]
  27. [New Thread 0xad34bb70 (LWP 4765)]
  28. [New Thread 0xacb4ab70 (LWP 4766)]
  29.  
  30. Program received signal SIGILL, Illegal instruction.
  31. [Switching to Thread 0xafb50b70 (LWP 4760)]
  32. 0x80c2bd52 in ?? ()
  33. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement