Hi Chris, I didn't see your previous screenshot until now. Sorry about that. It seems you are launching two different xmms: the first is run from the command line, and then your gdbserver attaches to it. Next, you launch an instance of gdb which spawns ANOTHER xmms beneath it.
To reproduce our problem you must tell gdb to connect to the remote gdbserver to debug the first xmms (but as usual, you need to tell gdb the path to the xmms binary, in the command line). So the steps to reproduce should be: fire up an xmms run a gdbserver attaching to it (gdbserver localhost:2345 --attach xmms_pid) run a gdb (gdb /usr/bin/xmms) connect gdb to the gdbserver (target remote localhost:2345) and then the problem shows up. Please contact me if you are still unable to reproduce this issue. Thanks a lot! -- gdb crashes when remote debugging a threaded program https://launchpad.net/bugs/55062 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs