https://bugs.kde.org/show_bug.cgi?id=372504
--- Comment #14 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- (In reply to Philippe Waroquiers from comment #13) > (In reply to David Hagood from comment #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. To be more precise, do ls /proc/pid/task According to your trace, this ls should show 3 task id, one being the pid. Take one of the 2 other task id, and use a gdb to attach to this task id and do backtrace. Thanks -- You are receiving this mail because: You are watching all bug changes.