[1.2] Crash Removing Instrument
Current SVN (5411M) crashes removing an instrument from a score...
lastupdate: 04.03.2012 12:08:06.379
Program received signal SIGSEGV, Segmentation fault.
0x000000000079ad66 in Instrument::updateVelocity(int*, int, QString const&) ()
(gdb) bt
#0 0x000000000079ad66 in Instrument::updateVelocity(int*, int, QString const&) ()
#1 0x00000000007a3617 in Score::fixPpitch() ()
#2 0x000000000069dda8 in Score::removeElement(Element*) ()
#3 0x000000000070787e in Score::undoRemoveElement(Element*) ()
#4 0x0000000000605e62 in Measure::cmdRemoveStaves(int, int) ()
#5 0x00000000005c8eb1 in MuseScore::editInstrList() ()
#6 0x000000000063af64 in MuseScore::cmd(QAction*) ()
#7 0x00000000004de834 in MuseScore::qt_metacall(QMetaObject::Call, int, void**) ()
Comments
r5411 is trunk (2.0), not branch (1.2), isn't it?
In reply to r5411 is trunk (2.0), not by Jojo-Schmitz
Trunk and branch share revision numbers. They are in the same SVN archive. The revision number in itself does not tell you which MuseScore version (1.x or 2.x) you are using.
Yes, this is confusing.