Advertisement
Guest User

gdb spotify

a guest
May 27th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. gdb /usr/bin/spotify
  2. GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  3. Copyright (C) 2011 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-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/bin/spotify...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/spotify
  14. [Thread debugging using libthread_db enabled]
  15.  
  16. Program received signal SIGILL, Illegal instruction.
  17. 0x03c891d3 in tcmalloc::SizeMap::NumMoveSize(unsigned int) ()
  18. from /usr/share/spotify/libcef.so
  19. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement