Crash when placing break on multi-measure rest

• Dec 20, 2013 - 07:19
Type
Functional
Severity
S2 - Critical
Status
closed
Project
Tags

I have a multi-measure rest in the middle of my score and I'm trying to put a line break just after it. Dragging a line break to the multi-measure rest results in the attached crash.

MacOS 10.8.5

Attachment Size
crash.txt 53.91 KB

Comments

I've observed what happens when this crashes, and when it doesn't, but I don't know what to do about what I've seen.

The crash occurs in Inspector::SetElements, in inspector.cpp, on line 137. It crashes immediately so I don't know if it's crashing when it tries _element->type() or ee->type(), but either would be odd since they're the same element and both valid.

Clicking on the barline and pressing return works because the test at line 124 fails, whereas dragging and dropping the break onto the rest the element that test passes.

Over to you...errr, someone.