(05-30-2014, 01:36 PM)rokclimb15 Wrote: can you execute dolphin with gdb attached?
gdb dolphin-emu
then when it crashes, type bt and hit enter
paste the output here
Hmm.
Entering gdb dolphin-emu brings me to this prompt:
Code:
random0munky@mintnas ~/Dolphin/dolphin-emu/build $ gdb dolphin-emu
gdb: warning: error finding working directory: No such file or directory
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/dolphin-emu...(no debugging symbols found)...done.
(gdb)Not quite sure if this is what is the expected output with that command.
