-
Notifications
You must be signed in to change notification settings - Fork 122
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
Segfault reading synthdef from file #349
Comments
@ErikNatanael thank you for the report. I can confirm this also occurs on macOS with a recent develop build. Backtrace:
I'm not sure if this is related to sc3-plugins (because of |
an idea what this could be, @LFSaw ? |
AFAIK, Greyhole did never work on supernova, I'm afraid... this has possibly to do with it being a faust auto-generated plugin (?). |
I vaguely remember that there might have been some fix submitted to Faust to fix supernova plugin creation. So maybe one thing try would be to re-create this plugin with a newer version of Faust (not necessarily for supernova, but to check whether that fixes the submitted issue), but that's a shot in the dark. |
scsynth segfaults when trying to read this SynthDef from file or when trying to add it/write it to disk:
signal_idle_synthesis.scsyndef.tar.gz
SC version: 3.12.2
OS: Ubuntu 22.10
Audio backend: JACK 1.9.21
The SynthDef has worked in earlier versions as I'm reviving an old project, but I can't remember which version.
Backtrace (newly compiled with debug symbols):
SynthDef code:
Commenting out the last two cross delays, it works, but I cannot figure out why.
When adding the SynthDef (running the above code) I get JACK notifications followed by a segfault. The .synthdef file is created.
SC IDE Post window output:
The text was updated successfully, but these errors were encountered: