Crash on startup or on close last score

• Jul 11, 2017 - 08:17
Reported version
3.0
Type
Functional
Severity
S2 - Critical
Status
closed
Project

Lasted nightly (ac13db4) crashes immediatelly (continuing previous session, whatever was in there) or on close of (last) score.

Stack trace (self-built, Windows 7):
1 Ms::Timeline::setScoreView timeline.cpp 1326 0x4c458f
2 Ms::MuseScore::setCurrentScoreView musescore.cpp 1791 0x48aca7
3 Ms::MuseScore::setCurrentView musescore.cpp 1727 0x48a8b0
4 Ms::loadScores musescore.cpp 2543 0x48e38c
5 main musescore.cpp 6212 0x4a865b


Comments

It seems this is actually an issue with timeline() returning 0, thus causing the segfault on attempted access. Should be a simple fix, expect a PR in the near future.

While at that, although completly unrelated, I get the following warning:
Warning: QMainWindow::saveState(): 'objectName' not set for QDockWidget 0x29fa3a68 'Timeline; (:0, )
Seems something for you to work on too?