-
-
Notifications
You must be signed in to change notification settings - Fork 160
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 on Debian/Ubuntu when opening UI twice #98
Comments
Similar crash is happening to me on Studio One (Studio One 5.5.2.86528 Win x64). The 1st instance was dragged and dropped onto a bus channel and it works fine. When I tried to add an additional instance (via drag/drop or choosing from list) onto a different audio channel, the DAW crashes and I need to re-open it. I'm using the [2024-05-05-230535-windows.zip] version of the VST3 plugin. I have a PreSonus diagnostic crash report if anyone is interested. |
We've been getting more reports of this with our Linux plugins in Debian+Reaper. It can be triggered with iced, vizia, and egui examples, as well as the Spectral Compressor plugin. I simply open and close the UI a few times and it usually goes blank or crashes. Pretty sure it's a baseview issue from these two errors: BadDrawable: and BadRequest: |
plugins seem to crash on Debian/Ubuntu when opening the UI a second time (CLAP or VST3). I've had reports of this in Reaper/Bitwig on Ubuntu 22.04, and was able to confirm it myself on Debian 11 with Reaper 7.0.6.
I haven't seen it at all on Arch/Manjaro for some reasonHere's a stack trace of the Egui Gain Example plugin, running in Reaper 7.0.6 on Debian 11:
The issue appears to have started at this commit: eb968ba(still crashes before this)Edit: This seems to likely be a baseview issue: RustAudio/baseview#142
Edit: I have now seen this on Manjaro as well. It took about 300 open/close cycles, but this may be because I have a lot of RAM/VRAM, and my Debian/Ubuntu tests were on more limited VMs. As far as I can tell, this is just a baseview bug/leak, probably a duplicate of: #93
Edit: This apparently happens with VIZIA as well.
The text was updated successfully, but these errors were encountered: