| Summary: | 15.13.0: git master a5cd3e6: crashes when trying to add library item to project (w/ example) | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | wegwerf-1-2-3 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | example MLT playlist causing Kdenlive crash | ||
|
Description
Wegwerf
2016-01-10 17:18:57 UTC
Created attachment 96567 [details]
example MLT playlist causing Kdenlive crash
Ok, found the problem, this is a 2 parts bug. 1 - there must be a bug in Kdenlive's save zone because somehow the transition has a_track=-1, so it is trying to apply the transition to a non existing track. 2 - This currently crashes MLT, which should also be fixed. Working on it.. Git commit 56cb5c233b135a61d5064b065f5293499889b2e1 by Jean-Baptiste Mardelle. Committed on 10/01/2016 at 18:53. Pushed by mardelle into branch 'master'. Fix playlist profile incorrectly detected, Make sure saving timeline section does not produce invalid transitions M +7 -1 src/mltcontroller/producerqueue.cpp M +0 -1 src/monitor/glwidget.cpp M +4 -4 src/timeline/customtrackview.cpp http://commits.kde.org/kdenlive/56cb5c233b135a61d5064b065f5293499889b2e1 Crash has now been fixed in MLT's git master: https://github.com/mltframework/mlt/commit/dd12f73bde686efe87a9e5dff9e71fd59793ac5c |