-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
SIGBUS in gx_engine::NeuralAmp::compute #190
Comments
gdb claims this to be the line it crashes at, which doesn't make much sense to me either:
|
In the git version, it crashes somewhere in here: guitarix/trunk/src/gx_head/engine/gx_internal_plugins.cpp Lines 1925 to 1928 in 9013250
|
Does that mean that it didn't crash under pipewire when you change the buffersize any more, without a neural model is running? |
Yes, the old crash no longer occurs since pipewire-jack 1.2.6, this commit fixed it: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/27961630a669f0a58ccbfe044cd0c3ebecbe77c0 |
Ah, that's nice to hear. |
This occurs when changing the buffer size at samplerates other than 48000, with the NAM plugin loaded. Can't tell whether this is another pipewire-jack bug though, since the stacktrace isn't very helpful: bt.txt
The text was updated successfully, but these errors were encountered: