> When this happens you want to do the attach, then manually send a > SIGCONT to the process GDB is attaching to; then it should successfully > attach and stop immediately. Well, that worked. That is, it got gdb to wake up, say it was reading the symbols for the shared libraries (from all the right places), and then crash. :)