loading a large score created via album crashes
loading a large score created via album (some 500 files) crashes
self-built 2edc7e0, Windows 7 (Enterprise, 64bit)
Stack trace:
0 Ms::Element::track element.h 449 0xb58e70
1 Ms::SLine::linePos line.cpp 518 0x874b5b
2 Ms::SLine::layout line.cpp 682 0x87581e
3 Ms::LyricsLine::layout lyrics.cpp 687 0x7a32fb
4 Ms::Score::doLayout layout.cpp 1502 0x7c0490
5 Ms::Score::update cmd.cpp 167 0x749932
6 Ms::readScore file.cpp 2081 0x5544ef
7 Ms::MuseScore::readScore file.cpp 315 0x546f3e
8 Ms::MuseScore::openScore file.cpp 296 0x546e09
9 Ms::MuseScore::loadFiles file.cpp 277 0x546baa
10 Ms::MuseScore::cmd musescore.cpp 3915 0x4606d1
11 Ms::MuseScore::cmd musescore.cpp 3812 0x45ffa6
12 Ms::MuseScore::qt_static_metacall moc_musescore.cpp 809 0x65dcc1
13 ZN11QMetaObject8activateEP7QObjectiiPPv C:\Users\joschmitz\Documents\GitHub\MuseScore\win32install\bin\Qt5Core.dll 0x68a64351
14 ZN12QActionGroup7hoveredEP7QAction C:\Users\joschmitz\Documents\GitHub\MuseScore\win32install\bin\Qt5Widgets.dll 0x61dc4b95
15 ?? 0x2004fcd0
16 ZN7QAction8activateENS_11ActionEventE C:\Users\joschmitz\Documents\GitHub\MuseScore\win32install\bin\Qt5Widgets.dll 0x61dc3b6e
17 ?? 0x28ce08
18 ?? 0x90900199
19 ?? 0x460425ff
20 ?? 0x90900199
...
Comments
From the stack track, problme is that a melisma line has a bad end element. not sure if that's an anomaly or not, but fixing the crash will be simple.
https://github.com/musescore/MuseScore/pull/1708
The score had at least one point of corruption, a passage where there is missing content in voice 0 that results in negative tick values for the segments in those measures. I fixed the crash, but beyond that, it still remains to be seen if there is cause for concern.
Fixed in 18b04af445
Automatically closed -- issue fixed for 2 weeks with no activity.