Comment 13 for bug 349906

Revision history for this message
Igor Vlasenko (viy-altlinux) wrote :

it is a multithread program,
...
[New Thread 140201161394000 (LWP 3697)]
[New Thread 1113901376 (LWP 3700)]
[New Thread 1096878400 (LWP 3701)]
[New Thread 1105271104 (LWP 3706)]
...
so when one of them crashed, other threads was still alive
and the program as a whole was still running.
I did
(gdb) kill
Kill the program being debugged? (y or n) y
(gdb)
The program is not being run.
(gdb) quit