Pressing shortcut during playback causes crash
I'm reporting a series of crashes, which aren't easy to reproduce. I'm hoping information about them will assist in filing reports. These are rough steps and a crash log.
1. Open score.
2. 'Play'.
3. Pressed either: 'alt, apple and p' or 'apple and p'.
Result: Crash.
Discussion: See crash log.
Using MuseScore 2.0 Nightly Build (5512) - Mac 10.7.3.
Attachment | Size |
---|---|
Pressing shortcut during playback causes crash (Crash Log).zip | 18.08 KB |
Comments
This one looks similar to http://musescore.org/en/node/15871. Abort() is called in TimeSigMap::tickValues(int, int*, int*, int*)
2 libsystem_c.dylib 0x91d26bdd abort + 167
3 net.sourceforge.mscore 0x00f4418a TimeSigMap::tickValues(int, int*, int*, int*) const + 250
4 net.sourceforge.mscore 0x0016b21e PlayPanel::heartBeat(int, int) + 94
5 net.sourceforge.mscore 0x0016b42c PlayPanel::setScore(Score*) + 300
6 net.sourceforge.mscore 0x0012c5fb MuseScore::showPlayPanel(bool) + 427
7 net.sourceforge.mscore 0x0014512f MuseScore::cmd(QAction*, QString const&) + 2175
8 net.sourceforge.mscore 0x001462f1 MuseScore::cmd(QAction*) + 465
This may have been fixed (https://github.com/musescore/MuseScore/commit/25bfd0d).