https://bugs.kde.org/show_bug.cgi?id=409141
--- Comment #8 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- Thanks for the small reproducer. This small test case is revealing a bunch of problems related to termination of a process when it kills itself, and some problems in the gdbserver debug tracing. This last thing was easily fixable (commit 90d831171). Otherwise, it looks like there are at least 2 problems: * the hang reported here * but a similar hang in case the main thread is sending the signal to the other thread. We then seem to have a race condition between the main thread that exits, and the other thread that tries to kill the process. -- You are receiving this mail because: You are watching all bug changes.