-
Notifications
You must be signed in to change notification settings - Fork 404
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
Linux/Standalone: Crash with resize 10% #4938
Comments
OK I can confirm this |
b58aeb2 adds resize dragging to this issue. |
oof This one might be hard. But I do have an idea of a way to do it perhaps to not allow another zoom when one is pending. Hope it doesn't come to that though. |
I got this coredump:
|
Hmm kinda stumped Raised it in juce forum https://forum.juce.com/t/crash-on-resizing-window-in-linux/48220 definitely a race condition |
Alright over in that forum thread, reuk gave me a patch which fixes the problem. So this issue is resolvable either by him merging that and us moving to 6.1.3 or us applying it to our branch or whatever. But this one can be resolved for XT1 launch |
Upgrade to JUCE 6.1.2 plus their patch in their dev branch to address recursion blowout in linux standalone when zooming. Closes surge-synthesizer#4938
Upgrade to JUCE 6.1.2 plus their patch in their dev branch to address recursion blowout in linux standalone when zooming. Closes #4938
d7e4ad1
Standalone only
resizing by 25% works
zoom to x% works as well
call stack for shrink by 10% Standalone:
resize crash.txt
The text was updated successfully, but these errors were encountered: