You should probably compile Dolphin from source with the -g argument first(you can the -g to this line in the CMakeLists.txt)
Once Dolphin is compiled, just run
and then see what kind of output you get (don't forget to show us too). Dolphin seems to exit rather than crash, but perhaps gdb will help tell you where or why.
EDIT: Possibly, you might have to use this instead. Don't have a Linux system with me atm, so I can't tell you how well it works (or doesn't :S).
Once Dolphin is compiled, just run
Code:
gdb path/to/dolphin/emulator
runand then see what kind of output you get (don't forget to show us too). Dolphin seems to exit rather than crash, but perhaps gdb will help tell you where or why.
EDIT: Possibly, you might have to use this instead. Don't have a Linux system with me atm, so I can't tell you how well it works (or doesn't :S).
Code:
gdb path/to/dolphin/emulator
thread apply all bt
run
