Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [matteo@pulsar:~]$ gdb /usr/lib/vmware/bin/vmware
  2. GNU gdb (GDB) 7.7
  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-unknown-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 /usr/lib/vmware/bin/vmware...(no debugging symbols found)...done.
  17. (gdb) run
  18. Starting program: /usr/lib/vmware/bin/vmware
  19. warning: Could not load shared library symbols for linux-vdso.so.1.
  20. Do you need "set solib-search-path" or "set sysroot"?
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  23.  
  24. Program received signal SIGILL, Illegal instruction.
  25. 0x00007ffff77b613b in __lll_lock_elision () from /usr/lib/libpthread.so.0
  26. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement