0

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

Thanks,

user448410
  • 15
  • 1
  • 4

1 Answers1

0

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.

Employed Russian
  • 199,314
  • 34
  • 295
  • 362