https://bugs.kde.org/show_bug.cgi?id=372504
--- Comment #13 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- (In reply to David Hagood from comment #12) > How recent is recent enough? > > GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 > > And the trace really doesn't show any more than what I first posted: call to > exit_group, then spin forever. Humph. The trace --29359-- get_thread_out_of_syscall zaps tid 2 lwp 29360 --29359-- get_thread_out_of_syscall zaps tid 3 lwp 29361 shows that the threads should have been taken out of the syscall. On debian 8, gdb 7.7.1 is not recent enough. 7.12 is ok. No idea for befoer 7.12. But even with an old gdb, you should be able to attach to the task you find in /proc/<pid>/task and do backtrace. -- You are receiving this mail because: You are watching all bug changes.