| Summary: | Deleting any video/audio track causes kdenlive to crash with a segmentation fault | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Anton Eliasson <kdebugs> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdenlive/d38f09b584a2ab0d793b64b7fd013e6a2ab82769 | Version Fixed/Implemented In: | 15.12.1 |
| Sentry Crash Report: | |||
| Attachments: | stack trace | ||
|
Description
Anton Eliasson
2015-12-25 17:34:59 UTC
Created attachment 96297 [details]
stack trace
Also tested in an empty DV/DVD PAL project with the same result. Desktop environment is Unity. Until I installed kdenlive I didn't have many KDE packages installed, so I could possibly be missing some. Git commit d38f09b584a2ab0d793b64b7fd013e6a2ab82769 by Jean-Baptiste Mardelle. Committed on 25/12/2015 at 20:29. Pushed by mardelle into branch 'Applications/15.12'. Fix crash on add/delete track when frei0r cairoblend transition is not available M +6 -4 src/renderer.cpp M +4 -0 src/timeline/customtrackview.cpp http://commits.kde.org/kdenlive/d38f09b584a2ab0d793b64b7fd013e6a2ab82769 Thanks for your report. The crash happens because an item from the frei0r package is missing. I just fixed the crash in git. As a workaround, try installing the "frei0r-plugins" package, it should solve your problem. That was quick! I already had frei0r-plugins installed, version 1.4.0+git20151222.2bef628f-0ubuntu0~sunab~vivid1 from the PPA. I found that it lacks the cairoblend transition (/usr/lib/frei0r-1/cairoblend.so). Downgrading to version 1.4-3 from vivid/universe made the crash go away. I'll talk to sunab about why it is missing from his package. According to sunab frei0r-plugins was built without libcairo and libopencv as they had previously caused problems. New version 1.4.0+git20151226.cea68c2b-0ubuntu0~sunab~vivid2 builds with those packages and so avoids this bug. |