-
-
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
Fix crash due to concurrent access in MidiController (Alternative) #14159
base: 2.5
Are you sure you want to change the base?
Conversation
@mxmilkiib Can you check out his? |
@mxmilkiib I have added mutex with debug Information. |
@mxmilkiib Does this still crash? |
yes maaaybe this is config file related, removing files manually but Mixxx not forgetting can't remember the state from before though |
Can you please share the mixxx.log of the crash? |
ah this is the older issue I'll see if I can replicate now, not had any recent ones for this issue though, building from this branch that is |
Cool, please also share the mixxx.log from a short test run without crash. This will help me polishing. |
https://gist.github.com/mxmilkiib/b223874ec20f85b07840b7e0d2a5ba55 I managed to make it crash, on clicking play though.
Otherwise, no problem experienced (except the waveforms were lo res, idk). |
…ht have changed and otherwise the call would disconnect an no longer used mapping.
This is an alternative to fix #13940
I have not yet fully understand the issue though. But this should help to uncover it.