crash when deleting a part
see https://musescore.org/en/node/119981.
Deleting all parts from score leads to crash in 2.0.3 and in current master (37e2b5e), there the stack trace looks like:
1 QList::detach qlist.h 162 0xd43838
2 QList::begin qlist.h 312 0xd43671
3 Ms::deleteExcerpt excerpt.cpp 256 0x8c56c5
4 Ms::ExcerptsDialog::accept excerptsdialog.cpp 387 0x4ef405
5 ZN7QDialog18qt_static_metacallEP7QObjectN11QMetaObject4CallEiPPv 0x1b825645
6 ?? 0x288f44
7 ZNK16QDialogButtonBox6buttonENS_14StandardButtonE 0x1b751e9f
Score got created from the XML
Attachment | Size |
---|---|
I_Love_You_More_Today_Than_Yesterday(2) (073120161810).mscz | 96.99 KB |
I_Love_You_More_Today_Than_Yesterday(2) (073120161810).xml | 742.98 KB |
Comments
The XML files contains an error:
Fatal error: line 2367 column 24 Element degree contains unknown attribute text.
But I don't think this is the cause for the Crash.
Opening the XML, generating parts and deleting them again doesn't cause a crash
No need to delete all parts, the trombone part is enough.
Fixed in branch master, commit 183f674e4b
fix #120316: crash when deleting a part
Fixed in branch 2.0.4, commit 24c398a040
fix #120316: crash when deleting a part
Automatically closed -- issue fixed for 2 weeks with no activity.