loading a large score created via album crashes

• Jan 28, 2015 - 17:43
Type
Functional
Severity
S2 - Critical
Status
closed
Project

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.