Summary: | 15.13 git master: crash on loading project existing project | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | wegwerf-1-2-3 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wegwerf
2016-02-27 14:50:43 UTC
With debug information; ClipItem::effectsCount called with this=null doesn't look sane... :) Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7f42099 in QDomNode::childNodes() const () from /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 (gdb) bt full #0 0x00007ffff7f42099 in QDomNode::childNodes() const () from /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 No symbol table info available. #1 0x00000000008bfbe1 in EffectsList::count (this=0x1f8) at /home/harald/kdenlive-local/kdenlive/src/effectslist/effectslist.cpp:360 No locals. #2 0x00000000006fcd74 in ClipItem::effectsCount (this=0x0) at /home/harald/kdenlive-local/kdenlive/src/timeline/clipitem.cpp:1351 No locals. #3 0x000000000077ef35 in Timeline::getEffects (this=0x230ca80, service=..., clip=0x0, track=1) at /home/harald/kdenlive-local/kdenlive/src/timeline/timeline.cpp:974 effectNb = 60167888 locale = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff1fd8f40, data = 0x7ffff1fd7b40, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x7fffffffc0a0}} #4 0x0000000000778c0c in Timeline::getTracks (this=0x230ca80) at /home/harald/kdenlive-local/kdenlive/src/timeline/timeline.cpp:287 currentWidth = 150 track = {d = 0x396f4a0} isBackgroundBlackTrack = false playlist = <unvollständiger Typ> trackduration = 16084 frame = 0x22fc260 playlist_name = {static null = {<No data fields>}, d = 0x395df30} audio = 1 tk = 0x3961320 i = 1 duration = 16084 headerLayout = 0x395e220 child = 0x0 clipsCount = 126 height = 49 headerWidth = 150 offset = 32 #5 0x000000000077b3e2 in Timeline::parseDocument (this=0x230ca80, doc=...) at /home/harald/kdenlive-local/kdenlive/src/timeline/timeline.cpp:455 mlt = {<QDomNode> = {impl = 0x2e756e0}, <No data fields>} groupsDoc = {<QDomNode> = {impl = 0x0}, <No data fields>} groups = {impl = 0x1} effectsDoc = {<QDomNode> = {impl = 0xe99840 <Timeline::staticMetaObject>}, <No data fields>} effects = {impl = 0x23529a0} #6 0x0000000000777d8b in Timeline::loadTimeline (this=0x230ca80) at /home/harald/kdenlive-local/kdenlive/src/timeline/timeline.cpp:147 No locals. Git commit f53796ef711b440254aaa29084880edea77051be by Jean-Baptiste Mardelle. Committed on 27/02/2016 at 15:24. Pushed by mardelle into branch 'master'. Fix crash M +1 -1 src/timeline/timeline.cpp http://commits.kde.org/kdenlive/f53796ef711b440254aaa29084880edea77051be Thank you very much Jean-Baptiste for the quick fix! I can now load my existing projects without any crashes. I'm setting this to resolved-fixed. |