Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kane@kane-laptop:~/projects/dolphin-emu/Debug$ gdb Binaries/dolphin-emu
- GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
- Copyright (C) 2014 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from Binaries/dolphin-emu...done.
- (gdb) r -e /home/kane/Documents/Games/Wii/dumps/worldofgoo-wiiware-ntsc.wad -m ~/Documents/Games/Wii/Movies/stbm-worldofgoo.dtm
- 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
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
- [New Thread 0x7fffd5bbc700 (LWP 12893)]
- [New Thread 0x7fffcffff700 (LWP 12894)]
- [New Thread 0x7fffcf7fe700 (LWP 12896)]
- [Thread 0x7fffcf7fe700 (LWP 12896) exited]
- [New Thread 0x7fffcf7fe700 (LWP 12923)]
- [New Thread 0x7fffc8dc6700 (LWP 12924)]
- [New Thread 0x7fffc3fff700 (LWP 12925)]
- [New Thread 0x7fffc1ad8700 (LWP 12926)]
- [New Thread 0x7fffc12d7700 (LWP 12927)]
- [New Thread 0x7fffc08cf700 (LWP 12928)]
- [New Thread 0x7fffb0ffe700 (LWP 12929)]
- Program received signal SIGSEGV, Segmentation fault.
- [Switching to Thread 0x7fffb0ffe700 (LWP 12929)]
- 0x000000004080a3ac in ?? ()
- (gdb) list
- 76 #define SM_CYVIRTUALSCREEN 79
- 77 #endif
- 78
- 79 #endif
- 80
- 81 #ifdef __APPLE__
- 82 #import <AppKit/AppKit.h>
- 83 #endif
- 84
- 85 class wxFrame;
- (gdb) backtrace
- #0 0x000000004080a3ac in ?? ()
- #1 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement