Comment 7 for bug 1576432

Revision history for this message
Shervin Emami (shervin-emami) wrote :

I've been having the same SEGV crash when debugging an ARM device remotely using gdbserver. I can confirm that Frikkie's workaround of attaching to the process from a separate console is working for me. But it's by using "--attach localhost:XXXX" in gdbserver on the remote ARM device, instead of using "-p XXXX", since gdbserver doesn't support "-p".