Advertisement
riking

Untitled

Nov 13th, 2014
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.11 KB | None | 0 0
  1. kane@kane-laptop:~/projects/dolphin-emu/Debug$ gdb Binaries/dolphin-emu
  2. GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
  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-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 Binaries/dolphin-emu...done.
  17. (gdb) r  -e /home/kane/Documents/Games/Wii/dumps/worldofgoo-wiiware-ntsc.wad -m ~/Documents/Games/Wii/Movies/stbm-worldofgoo.dtm
  18. Starting program: /home/kane/projects/dolphin-emu/Debug/Binaries/dolphin-emu -e /home/kane/Documents/Games/Wii/dumps/worldofgoo-wiiware-ntsc.wad -m ~/Documents/Games/Wii/Movies/stbm-worldofgoo.dtm
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffd5bbc700 (LWP 12893)]
  22. [New Thread 0x7fffcffff700 (LWP 12894)]
  23. [New Thread 0x7fffcf7fe700 (LWP 12896)]
  24. [Thread 0x7fffcf7fe700 (LWP 12896) exited]
  25. [New Thread 0x7fffcf7fe700 (LWP 12923)]
  26. [New Thread 0x7fffc8dc6700 (LWP 12924)]
  27. [New Thread 0x7fffc3fff700 (LWP 12925)]
  28. [New Thread 0x7fffc1ad8700 (LWP 12926)]
  29. [New Thread 0x7fffc12d7700 (LWP 12927)]
  30. [New Thread 0x7fffc08cf700 (LWP 12928)]
  31. [New Thread 0x7fffb0ffe700 (LWP 12929)]
  32.  
  33. Program received signal SIGSEGV, Segmentation fault.
  34. [Switching to Thread 0x7fffb0ffe700 (LWP 12929)]
  35. 0x000000004080a3ac in ?? ()
  36. (gdb) list
  37. 76  #define SM_CYVIRTUALSCREEN 79
  38. 77  #endif
  39. 78 
  40. 79  #endif
  41. 80 
  42. 81  #ifdef __APPLE__
  43. 82  #import <AppKit/AppKit.h>
  44. 83  #endif
  45. 84 
  46. 85  class wxFrame;
  47. (gdb) backtrace
  48. #0  0x000000004080a3ac in ?? ()
  49. #1  0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement