-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
LADSPA Caps Amp effect crash when FPE debugging enabled #5882
Comments
Enabling FPE debugging (-DWANT_DEBUG_FPE=true) causes A LOT of trouble.
|
As it's supposed to. It's for hard core troubleshooting. We test for issues that the user wouldn't have noticed if we fixed or not. You would not have this option enabled on a daily basis. |
I can confirm the fix. @Veratil I suggest you merge the patch above as a temporary fix until the caps submodule is done. Edit: The update message in CAPS 0.9.25 is somewhat intriguing.
|
Bug Summary
When loading any demo projects containing the LADSPA CAPS Amp effect, LMMS crashes.
Steps to reproduce
demos/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz
)Expected behavior
LMMS loads the demo project
Actual behavior
LMMS crashes during load of demo project
Affected LMMS versions
LMMS 1.3.0-alpha.1.65+g623e35ca2
Unknown how further back this crash affects.
Logs
@PhysSong and myself start searching for clues starting here: discord message of gdb backtrace
I tracked it back to this line.
Following that @PhysSong tracked down an update fixing the function in CAPS 0.9.25.
Small backport of the function and I can load demos successfully.
The text was updated successfully, but these errors were encountered: