diff options
author | Pedro Alves <palves@redhat.com> | 2015-07-14 10:10:50 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-07-14 10:10:50 +0100 |
commit | 586b02a96f744497c8921a558f1c386287849ab0 (patch) | |
tree | ed317d05b0d418b728f900dd089ae01c0cf74698 /gold/defstd.cc | |
parent | 05e83eb1b6a69c34b2fc5ab5e2dc14119145e49d (diff) | |
download | gdb-586b02a96f744497c8921a558f1c386287849ab0.zip gdb-586b02a96f744497c8921a558f1c386287849ab0.tar.gz gdb-586b02a96f744497c8921a558f1c386287849ab0.tar.bz2 |
gdbserver/Linux: internal error when killing a process that is already gone
If the process disappears (e.g., killed with "kill -9" from the shell)
while it was stopped under GDBserver's control, and the GDBserver
tries to kill it, GDBserver asserts:
(gdb) shell kill -9 23084
(gdb) kill
...
Killing process(es): 23084
/home/pedro/gdb/mygit/src/gdb/gdbserver/linux-low.c:972: A problem internal to GDBserver has been detected.
kill_wait_lwp: Assertion `res > 0' failed.
...
gdb/gdbserver/ChangeLog:
2015-07-14 Pedro Alves <palves@redhat.com>
* linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
Instead, ignore ECHILD, and throw an error for other errnos.
Diffstat (limited to 'gold/defstd.cc')
0 files changed, 0 insertions, 0 deletions