Anybody knows the error message? gdbserver[949] segfault at 81c ip 0000081c sp bfeef918 error 4 in gdbserver [8048000+1c0000] segmentation fault

Thanks,

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

The error message (presumably from /var/log/messages) means that gdbserver crashed (received SIGSEGV).

I think it happened at instruction 0x81c, which likely means that it called a function though bad function pointer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.