Summary: | git master - Freezing then crashing when adding video clip to Project Bin | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Unknown <null> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | null |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
backtrace data
Here's another backtrace log when I tried to add a different clip. |
Description
Unknown
2016-06-08 16:19:38 UTC
I cannot reproduce. Can you post a gdb backtrace ? https://kdenlive.org/node/872 (last paragraph) You bet, ill get it and send off in the morning. 22:13 over here. :) Ugh... of course it's an intermittent issue. When it comes up again, I'll get the backtrace and send it along. Running a few more tests to try and trigger it, now. 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 ;) Restarting my PC fixed the backtrace issue. Including the data in an attachment. Created attachment 99445 [details]
backtrace data
Created attachment 99484 [details]
Here's another backtrace log when I tried to add a different clip.
Keep in mind this crash only happens when you click "Switch profile" WHILE the audio thumbnails are being generated. Once the generating is done, clicking "Switch Profile" - I believe - doesn't cause the crash. I'll test more to confirm that completely.
Git commit 6d517d66be2acac9db952e0bc673edc97d582322 by Jean-Baptiste Mardelle. Committed on 19/06/2016 at 20:33. Pushed by mardelle into branch 'master'. Make sure to abort audio thumb jobs before changing profile M +2 -1 src/doc/kdenlivedoc.cpp http://commits.kde.org/kdenlive/6d517d66be2acac9db952e0bc673edc97d582322 Looks like this is fixed in the latest git master build. Thanks JB! |