linux-inject icon indicating copy to clipboard operation
linux-inject copied to clipboard

inject process failed,instead of expected SIGTRAP, target stopped with signal 4: Illegal instruction

Open yinggoga opened this issue 4 years ago • 3 comments

[root@centos8-x86_64 linux-inject-master]# ./inject -p 638480 sample-library.so targeting process with pid 638480 instead of expected SIGTRAP, target stopped with signal 4: Illegal instruction sending process 638480 a SIGSTOP signal for debugging purposes

yinggoga avatar Dec 18 '20 05:12 yinggoga

I am getting similar (but slightly different):

$ ./inject -n sample-target sample-library.so targeting process "sample-target" with pid 52271 instead of expected SIGTRAP, target stopped with signal 11: Segmentation fault sending process 52271 a SIGSTOP signal for debugging purposes

gthaker avatar May 16 '21 04:05 gthaker

I am getting similar (but slightly different):

$ ./inject -n sample-target sample-library.so targeting process "sample-target" with pid 52271 instead of expected SIGTRAP, target stopped with signal 11: Segmentation fault sending process 52271 a SIGSTOP signal for debugging purposes

i got same problem with you, did you fix it ?

dnhuy4869 avatar Apr 25 '22 09:04 dnhuy4869

glibc 2.31 same here

targeting process with pid 23056 instead of expected SIGTRAP, target stopped with signal 11: Segmentation fault sending process 23056 a SIGSTOP signal for debugging purposes

fr0zenrain avatar Sep 06 '23 01:09 fr0zenrain