Paste causes crash

• Oct 24, 2013 - 22:35
Type
Functional
Severity
S2 - Critical
Status
closed
Project

I'm getting a consistent crash (acc vio) when pasting a few measures from an existing score. I have provided both the source and dest score, and the Macintosh stack trace / debug log. Detailed instructions to reproduce below.

I am using the Macintosh version 1.3 rev 5702

I have attached the Macintosh bug trace. The top of the stack shows

0 net.sourceforge.mscore 0x0000000100057821 Score::pasteStaff(QDomElement, ChordRest*) + 8449
1 net.sourceforge.mscore 0x00000001000553c4 Score::cmdPaste(ScoreView*) + 2596
2 net.sourceforge.mscore 0x0000000100036dae ScoreView::normalPaste() + 30
3 QtCore 0x000000010544c1ee QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
4 QtCore 0x00000001054752bf QStateMachinePrivate::executeTransitionContent(QEvent*, QList

I am attaching both score files for help in reproducing. Steps to reproduce.

1. On the source score, click on the first measure, treble clef of the piano part.
2. Holding down the shift key, click on the 7th measure, same clef.
3. Cmd-C to copy.
4. Select the first measure of the destination chart.
5. Cmd-V to paste.
6. Boom.

Attachment Size
Paste_Error.txt 62.43 KB
Debug_Source.mscz 11.87 KB
Debug_Chart_Dest.mscz 2.98 KB

Comments