Summary: | Project with many missing clips fails to open | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Sam Muirhead <sam> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | grave | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | http://pastebin.com/fNTXKRYa | ||
Latest Commit: | http://commits.kde.org/kdenlive/5ef3da9ac26b23f70d028a6850a9b22cc5d18f83 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sam Muirhead
2016-01-05 11:54:07 UTC
I cannot reproduce, so a backtrace would be very useful. Not sure how to get it with build script though. Could you try installing the packages from our official testing PPA: https://launchpad.net/~vpinon/+archive/ubuntu/kdenlive-testing Steps to install: sudo apt-get install ppa-purge sudo apt-add-repository ppa:vpinon/kdenlive-testing sudo apt-get update sudo apt-get install kdenlive kdenlive-dbg Then open your project and you should have a correct backtrace from the KCrash dialog To remove these packages afterwards, just do: sudo ppa-purge ppa:vpinon/kdenlive-testing I followed your instructions but I didn't see a kcrash dialog when it crashed. There's nothing that looks relevant in /tmp. Any ideas? Behaviour and output from the terminal is the same as opening the project with the other installs. Oh no, I am sorry. I just realized that the PPA currently only contains the Applications/15.12 branch version, but the automatic KCrash dialog only shows up in the git master branch. However, you should be able to manually get a backtrace: In a terminal, type: gdb kdenlive run Then, crash kdenlive, and go back to the terminal to type: thread apply all bt (type enter until all info is printed and copy / paste) q (to quit debug) thanks, done it: http://pastebin.com/eJJW0VEd this time the behaviour is slightly different - the kdenlive GUI freezes on 'loading playlist' while the terminal reports a segfault. Git commit ee4f4c820012d0285b83087c3455da2842c61258 by Jean-Baptiste Mardelle. Committed on 06/01/2016 at 11:38. Pushed by mardelle into branch 'Applications/15.12'. Fix crash on opening project with subfolders, real issue still investigated M +3 -0 src/bin/bin.cpp http://commits.kde.org/kdenlive/ee4f4c820012d0285b83087c3455da2842c61258 Ok, thanks I found the problem. It had nothing to do with missing clips but was related to your Bin's folder hierarchy. There seems to be a problem opening projects with sub-folders. I fixed the crash but still investigating the source of the problem. ah, ok. Thank you, and good luck! Git commit 5ef3da9ac26b23f70d028a6850a9b22cc5d18f83 by Jean-Baptiste Mardelle. Committed on 06/01/2016 at 11:53. Pushed by mardelle into branch 'Applications/15.12'. Fix error in subfolders loading M +16 -6 src/bin/bin.cpp http://commits.kde.org/kdenlive/5ef3da9ac26b23f70d028a6850a9b22cc5d18f83 |