-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when ctrl clicking hotcue number three times on macOS #10847
Comments
This is not a crash but a hit debug assert: mixxx/src/mixxxapplication.cpp Lines 111 to 126 in c9d9581
As noticed in #10839 the reason is very likely the same: no button release is emitted when using |
no longer reproducible testing build from #10839 |
Huuh? #10839 only touches the knob/slider event handlers. |
Unsure how to tell. But I am no longer able to trigger the |
You didn't Ctrl+click anything else in Mixxx after launch, only 3 x on the hotcue button? |
RIght and the hotcue details open and close in alternating order. |
2.3.3 Qt: 5.12.3 |
...that, or there are some more debug assertions in 2.4 (didn't look at the backtrace, yet) |
Wait, this is about the hotcue button, not about hotcue markers on waveforms, right? |
ack |
Is fixed after #10869 was merged to 2.3.4? |
macOS 12.6 No longer crashes. Closing. |
macOS 12.5.1 (Intel mac)
2.4-alpha-1282-gc9d95818b6 (main)
Reproduce
Currently
On first click Hotcue details open
On second click Hotcue details close
On third click Mixxx crashes
Crash (1 year): https://bin.disroot.org/?bfa39408ab0c180f#B9JDTUQyp1ZFp642sXJnnyU5zEJRe2U2LyaHrLEge8Zj
Expected
No crash
@daschuer mentioned the trace looks familiar to #9687 (fixed in 2.3.0)
Wondering if this is yet another variety of #10839 behavior?
The text was updated successfully, but these errors were encountered: