This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18945] gdbserver cannot be interrupted on linux when pgid doesn't match pid


https://sourceware.org/bugzilla/show_bug.cgi?id=18945

--- Comment #7 from Josh Gao <jmgao at google dot com> ---
Hmm, are you sure the attached patch suffers from the problem that 78708b7 was
addressing? The code prior to 78708b7 was using tkill(pid, sig), which indeed
would fail if the main thread exited. 78708b7 changed it to kill the process
group, but is that any better if a thread that gdb isn't attached to gets the
signal?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]