https://bugs.kde.org/show_bug.cgi?id=364105

--- Comment #4 from Jesse <jesse.dub...@gmail.com> ---
I got the bug to reoccur consistently, but trying to run "thread apply all bt
full" in gdb gives this error: "thread apply all bt full". Any ideas how I can
fix this to get the backtrace data? I tried both the backtrace technique from
the link you gave me and from an e-mail Paul Konecny sent me a while back:


1. Install gdb (the GNU debugger)
2. open a terminal and run "gdb kdenlive"
3. wait till it says "reading symbols for kdenlive ... done"
4. the gdb shell (gdb) appears
5. tell it where to log with "set logging file /home/johndoe/janedoe.log"
6. Turn logging on with "set logging on"
7. type "run" to start the program
8. When the crash happened it will say so in the gdb shell
9. To run a backtrace type "thread apply all bt full" and keep hitting 
enter until you're back to the gdb shell
10. type quit and confirm to kill the inferior process.
11. Done. Now you can attach the log file to the bug report ;)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to