-
Notifications
You must be signed in to change notification settings - Fork 256
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
Segmentation fault with Raspberry Pi OS Bookworm #1013
Comments
I ran CubicSDR with gdb. Maybe that will help to reveal the cause of the crash.
----Steve |
I configured Raspberry Pi OS Bookworm to switch from Wayland to the Openbox window manager and CubicSDR works now. ----Steve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running CubicSDR v0.2.8 compiled from git clone on 10/19/2023
I have a Raspberry Pi 4 with Raspberry Pi OS Bullseye 64 bit Debian
pipewire is installed.
When I run CubicSDR, it ends with a Segmentation fault after going through hamlib and the audio devices.
It seems to find
Audio Device #0
default without error, but it doesn't work with the Alsa devices:RtApiAlsa::getDeviceInfo: pcm device (hw:0,0) data format not supported by RtAudio.
Compiling for PulseAudio, there are no audio errors, but still ends with a Segmentation fault.
I tried rtaudio-5.2.0 and rtaudio-6.0.1
I copied the Alsa installation to a DietPi Bookworm OS and it runs there.
Can you help to troubleshoot this issue?
----Steve
The text was updated successfully, but these errors were encountered: