https://bugs.kde.org/show_bug.cgi?id=420494
Shinjo Park <k...@peremen.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@peremen.name --- Comment #1 from Shinjo Park <k...@peremen.name> --- Some useful backtraces upon opening archived.kdenlive (in the attachment): #0 0x00007ffff7403eac in QDomNamedNodeMapPrivate::clearMap() (this=0x55555a0a2690) at /usr/include/c++/9/bits/atomic_base.h:326 #1 0x00007ffff74041b3 in QDomNamedNodeMapPrivate::~QDomNamedNodeMapPrivate() (this=0x55555a0a2690, __in_chrg=<optimized out>) at dom/qdom.cpp:3044 #2 QDomElementPrivate::~QDomElementPrivate() (this=0x55555a094bb0, __in_chrg=<optimized out>) at dom/qdom.cpp:4423 #3 0x00007ffff740421d in QDomElementPrivate::~QDomElementPrivate() (this=0x55555a094bb0, __in_chrg=<optimized out>) at dom/qdom.cpp:4420 #4 0x0000555555b1b56f in QDomElement::~QDomElement() (this=0x7fffffffbfb8, __in_chrg=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtXml/qdom.h:471 #5 Xml::addXmlProperties(QDomElement&, QMap<QString, QString> const&) (element=..., properties=...) at ./src/xml/xml.cpp:98 #6 0x0000555555b1d4c0 in Xml::setXmlProperty(QDomElement, QString const&, QString const&) (element=..., propertyName=..., value=...) at ./src/xml/xml.cpp:133 #7 0x0000555555b3e015 in DocumentValidator::upgrade(double, double) (this=this@entry=0x7fffffffc6d0, version=version@entry=0, currentVersion=currentVersion@entry=0.98999999999999999) at ./src/doc/documentvalidator.cpp:1941 #8 0x0000555555b474e6 in DocumentValidator::validate(double) (this=this@entry=0x7fffffffc6d0, currentVersion=currentVersion@entry=0.98999999999999999) at ./src/doc/documentvalidator.cpp:226 #9 0x0000555555870783 in KdenliveDoc::KdenliveDoc(QUrl const&, QString, QUndoGroup*, QString const&, QMap<QString, QString> const&, QMap<QString, QString> const&, QPoint const&, bool*, MainWindow*) (this=0x555558d0f990, url=..., projectFolder=..., undoGroup=<optimized out>, profileName=..., properties=..., metadata=..., tracks=..., openBackup=0x7fffffffc86f, parent=0x5555561bcfb0) at ./src/doc/kdenlivedoc.cpp:221 The result of mainplaylist.toElement() is null, leading to this error. I can confirm this on Ubuntu 20.04 / Kdenlive 19.12.3. -- You are receiving this mail because: You are watching all bug changes.