Crash on removing a horizontal frame twice
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S1 - Blocker
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
From the crash report sent by @Jojo-Schmitz:
1. New score from treble clef template, no title (frame)
2. select 1st measture
3. add horizontal frame
4. add vertical frame
5. delete horizontal frame: it stays, but moves to the top left corner
6. delete horizontal frame again: crash
The stack trace from the report (slightly stripped from really long lists of <unknown>
entries) is attached. MuseScore version is 3.0.5.5992.
Attachment | Size |
---|---|
hbox_backtrace.txt | 4.91 KB |
Fix version
3.1.0
Comments
The problem probably starts at step 5 already, the fact that it doesn't vanish on the 1st delete, but moves to the upper left corner, outside the normal page borders (but still inside paper format)
Seems similar to https://github.com/musescore/MuseScore/pull/4652
That would have been the fix for #283546: Removing a text frame causes a second one to appear and leads to crash after new removal, which had been merged into master and 3.0.5.
Certainly does sound similar though ;-)
See https://github.com/musescore/MuseScore/pull/4794.
And indeed the fix is at the same spot...
Fixed in branch master, commit 9d3b5e7a76
fix #285888: Crash on removing a horizontal frame twice
Fixed in branch master, commit 8d4160f8c6
_Merge pull request #4794 from mattmcclinch/285888-remove-horizontal-frame
fix #285888: Crash on removing a horizontal frame twice_
I know the issue's been fixed but should it perhaps be assigned a priority?
Automatically closed -- issue fixed for 2 weeks with no activity.