-
-
Notifications
You must be signed in to change notification settings - Fork 155
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 when loading preview of cf player module #92
Comments
I fixed some conflicts that were happening today, so I think this is fixed now. |
worth trying with the standalone too, since you are building it yourself. |
coredump backtrace:
|
so this bug seems to be related to cf, here is the related code: |
a backtrace, that is very useful, thanks. I dont get this crash on my side though, on all systems I have tried. is this on archlinux? |
yes, and specifically, manjaro linux, but build with |
and the change I've made to get the backtrace:
and makefile of Rack:
|
you dont need to modify rack's makefiles, those are never used. if you know a little bit of coding you could try to fix this and post a patch.
|
@falkTX I've made a pull request to fix this bug, could you merge it? |
do you confirm the fix then? |
Didn't see any crash with this fix. And I also found this bug at three different modules. |
I've encountered with this bug too many times. When I perform a text search on modules, it will likely to crash (I want to search
filter
and when I typedf
it will crash ).console output:
cardinal plugin load info starts with:
using
Ardour6.9.0 (built using 6.9 and GCC version 11.1.0)
, and cardinal-gitVersion : r451.353594a-1
note that this bug has been existing at least several days, with many rebuilt to sync with newest version. Also, I was using pipewire-alsa but I think this is noting related to it.
The text was updated successfully, but these errors were encountered: