Crash when attempting to view Articulation Properties Isaac Weiss • Jun 2, 2015 - 22:38 Type Functional Severity S2 - Critical Status closed Project MuseScore As the title says. Reply Comments Jojo-Schmitz • Jun 2, 2015 - 23:03 Confirmed, Windows 7 (Enterprise, 64bit), latest build from master right click an articulation -> articulation properties -> crash Reply cadiz1 • Jun 2, 2015 - 23:57 This issue occurs there is three days, on May 30 -This Nightly works: 4f74748 - Not this one (the next commit of this day), that is the most likely to be involved ? : a445580 Reply Jojo-Schmitz • Jun 3, 2015 - 06:56 Hmm, don't quite see how that might be related, but indeed the crash happens in mscore/articulationprop.cpp, line 61, so this does seem related. stack trace: 0 Ms::ArticulationProperties::ArticulationProperties articulationprop.cpp 61 0x575ac0 1 Ms::ScoreView::elementPropertyAction propertymenu.cpp 336 0x598673 2 Ms::ScoreView::objectPopup scoreview.cpp 1078 0x40628a 3 Ms::ScoreView::contextPopup scoreview.cpp 3362 0x413de7 4 Ms::ContextTransition::onTransition scoreview.cpp 189 0xafdb1f 5 ZN20QStateMachinePrivate24executeTransitionContentEP6QEventRK5QListIP19QAbstractTransitionE 0x68a916dc 6 ?? 0x1ec94f58 7 ?? 0x3cc4831f 8 ?? 0x5d5f5e5b 9 ?? 0x900004c2 10 ?? 0x26748d 11 ?? 0x1b8 12 ?? 0x88f18900 13 ?? 0xe81f2444 14 ?? 0x5d130 15 atioglxx!DrvPresentBuffers 0x2444b60f 16 ?? 0x89daeb1f 17 ?? 0x27bc8df6 Reply cadiz1 • Jun 3, 2015 - 07:15 - Result with this Nightly: 4f74748 - Result with this one: a445580 There is no other commit between these two Nightlies, as you can see on the next image. Reply Jojo-Schmitz • Jun 3, 2015 - 07:58 As I said, apparently this is related, as the very line causing the crash got added there... channelList->item(channelList->count())->setData(Qt::UserRole, "normal"); Reply [DELETED] 5 • Jun 3, 2015 - 09:19 a -1 is missing. Reply Git Message • Jun 3, 2015 - 09:21 Status (old) active ⇒ fixed Fixed in 0e83090a0d Reply System Message • Jun 17, 2015 - 09:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Jojo-Schmitz • Jun 2, 2015 - 23:03 Confirmed, Windows 7 (Enterprise, 64bit), latest build from master right click an articulation -> articulation properties -> crash Reply
cadiz1 • Jun 2, 2015 - 23:57 This issue occurs there is three days, on May 30 -This Nightly works: 4f74748 - Not this one (the next commit of this day), that is the most likely to be involved ? : a445580 Reply
Jojo-Schmitz • Jun 3, 2015 - 06:56 Hmm, don't quite see how that might be related, but indeed the crash happens in mscore/articulationprop.cpp, line 61, so this does seem related. stack trace: 0 Ms::ArticulationProperties::ArticulationProperties articulationprop.cpp 61 0x575ac0 1 Ms::ScoreView::elementPropertyAction propertymenu.cpp 336 0x598673 2 Ms::ScoreView::objectPopup scoreview.cpp 1078 0x40628a 3 Ms::ScoreView::contextPopup scoreview.cpp 3362 0x413de7 4 Ms::ContextTransition::onTransition scoreview.cpp 189 0xafdb1f 5 ZN20QStateMachinePrivate24executeTransitionContentEP6QEventRK5QListIP19QAbstractTransitionE 0x68a916dc 6 ?? 0x1ec94f58 7 ?? 0x3cc4831f 8 ?? 0x5d5f5e5b 9 ?? 0x900004c2 10 ?? 0x26748d 11 ?? 0x1b8 12 ?? 0x88f18900 13 ?? 0xe81f2444 14 ?? 0x5d130 15 atioglxx!DrvPresentBuffers 0x2444b60f 16 ?? 0x89daeb1f 17 ?? 0x27bc8df6 Reply
cadiz1 • Jun 3, 2015 - 07:15 - Result with this Nightly: 4f74748 - Result with this one: a445580 There is no other commit between these two Nightlies, as you can see on the next image. Reply
Jojo-Schmitz • Jun 3, 2015 - 07:58 As I said, apparently this is related, as the very line causing the crash got added there... channelList->item(channelList->count())->setData(Qt::UserRole, "normal"); Reply
System Message • Jun 17, 2015 - 09:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
Confirmed, Windows 7 (Enterprise, 64bit), latest build from master
right click an articulation -> articulation properties -> crash
This issue occurs there is three days, on May 30
-This Nightly works: 4f74748
- Not this one (the next commit of this day), that is the most likely to be involved ? : a445580
Hmm, don't quite see how that might be related, but indeed the crash happens in mscore/articulationprop.cpp, line 61, so this does seem related.
stack trace:
0 Ms::ArticulationProperties::ArticulationProperties articulationprop.cpp 61 0x575ac0
1 Ms::ScoreView::elementPropertyAction propertymenu.cpp 336 0x598673
2 Ms::ScoreView::objectPopup scoreview.cpp 1078 0x40628a
3 Ms::ScoreView::contextPopup scoreview.cpp 3362 0x413de7
4 Ms::ContextTransition::onTransition scoreview.cpp 189 0xafdb1f
5 ZN20QStateMachinePrivate24executeTransitionContentEP6QEventRK5QListIP19QAbstractTransitionE 0x68a916dc
6 ?? 0x1ec94f58
7 ?? 0x3cc4831f
8 ?? 0x5d5f5e5b
9 ?? 0x900004c2
10 ?? 0x26748d
11 ?? 0x1b8
12 ?? 0x88f18900
13 ?? 0xe81f2444
14 ?? 0x5d130
15 atioglxx!DrvPresentBuffers 0x2444b60f
16 ?? 0x89daeb1f
17 ?? 0x27bc8df6
- Result with this Nightly: 4f74748
- Result with this one: a445580
There is no other commit between these two Nightlies, as you can see on the next image.
As I said, apparently this is related, as the very line causing the crash got added there...
channelList->item(channelList->count())->setData(Qt::UserRole, "normal");
a -1 is missing.
Fixed in 0e83090a0d
Automatically closed -- issue fixed for 2 weeks with no activity.