Re: "The target is not responding to interrupt requests" after re-attach
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/17/2017 03:02 PM, Dmitry Antipov wrote: > But it doesn't work for the next time: > > $ gdb -q > (gdb) set sysroot / > (gdb) target extended-remote :8888 > Remote debugging using :8888 > (gdb) attach 9320 > Attaching to process 9320 > Reading symbols from /tmp/t-nanosleep...done. > Reading symbols from /lib64/libc.so.6...(no debugging symbols > found)...done. > Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols > found)...done. > 0x00007eff44c65420 in __nanosleep_nocancel () from /lib64/libc.so.6 > (gdb) c > Continuing. > ^C > ^CThe target is not responding to interrupt requests. > Stop debugging it? (y or n) y > > Even if it works as expected, what are the reasons for being > inconsistent here? > No good reason. Sounds like you found a bug. Thanks, Pedro Alves