crash when doLayoutRange() trying to dereference measure because for some reason first() returns null

• Feb 18, 2017 - 02:25
Reported version
3.0
Type
Functional
Severity
S2 - Critical
Status
closed
Project

On 3.0dev fade47128 Windows 10 x86-64.

Similar to #174811: Removing all measures in a score leads to all pages disappearing. Leaves empty page instead. in that doLayoutRange() is dereferencing null, except that this error happens when open the attached score (which was created in 2012...I think v2.0):

1 Ms::MeasureBase::prev measurebase.h 98 0xdb7f28
2 Ms::MeasureBase::prevMeasureMM measurebase.cpp 241 0x8214f3
3 Ms::Score::doLayoutRange layout.cpp 3405 0x8740f4
4 Ms::Score::update cmd.cpp 219 0x7834f3
5 Ms::readScore file.cpp 2154 0x597c3f
6 Ms::MuseScore::readScore file.cpp 329 0x587dd4
7 Ms::MuseScore::openScore file.cpp 310 0x587ca0
8 Ms::MuseScore::loadFiles file.cpp 291 0x587962
9 Ms::MuseScore::cmd musescore.cpp 4684 0x49cfe0
10 Ms::MuseScore::cmd musescore.cpp 4539 0x49c678
11 Ms::MuseScore::qt_static_metacall moc_musescore.cpp 733 0x68a4a4
12 ZN11QMetaObject8activateEP7QObjectiiPPv 0x68a08842
13 ZN12QActionGroup7hoveredEP7QAction 0x61dc5295
14 ?? 0x2392e708
15 ZN7QAction8activateENS_11ActionEventE 0x61dc4248
16 ?? 0x1ebcc7c8
17 ?? 0x2481bca8
18 ZN5QMenu18focusNextPrevChildEb 0x61f4cc00
19 ZThn8_N5QMenuD1Ev 0x61f42740
20 ZN5QMenu11changeEventEP6QEvent 0x61f4c7b0
...

Attachment Size
Yesterdays_Date_Fontaine_leadsheet.mscz 5.61 KB

Comments