-
Notifications
You must be signed in to change notification settings - Fork 13
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 Release builds segfault #39
Comments
just linux or also windows? mac M1 works for me. let me revert everything back and we'll see |
I downloaded from https://www.soonth.com/ and I have no idea what build that is. I think it's only on Linux since we see that in the CI the final linked binary segfaults. From what I can tell JUCE will always try to test the resulting LV2 bundle. On Windows and macOS these builds went fine. When I build locally without the I think it's because the |
I think you haven't had any Linux users yet ;) |
@dan-german so the download on your site is always the latest build from CI? The Linux build there definitely segfaults. |
yep!
maybe it's a distro thing? i dont have any machine other than my macbook so i wont be able to fix that anytime soon unfortunately :( |
No, it's an LTO and source-code thing. |
The current VST3 version of blocks on Ubuntu Budgie 24.04.1 LTS in Bitwig 5.2.1 is also crashing: couldn't read responses End of Stream... |
Not just because of LV2, but the current Release downloads on the main website are just as broken.
The LV2 action that fails: https://github.com/dan-german/blocks/actions/runs/10280350079/job/28447495778
And what we see when enabling address sanitizer:
LeakSanitizer output:
When doing a
Debug
build everything is fine.The text was updated successfully, but these errors were encountered: