-
Notifications
You must be signed in to change notification settings - Fork 22
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 after connect #77
Comments
I cant tell much from the backtrace, if you run this locally on the raspi when the server is running do you get the crash?
Whats the output of Any duplication install stuff that would cause ABI issues on the raspi, like the same packages from source and from deb packages while compiling? Like libsoapysdr installed from a deb, and actually development files for soapysdr from source.
Its parallelizing the discovery stuff with std::future(), which is spawning the reads |
I don't think there are packages also present compiled from source. The Soapy and SDRplay stuff were installed from git source. Below is output from SoapySDRUtil --info
|
Thats good to hear, this could easily be cubic calling a setting on the SoapySDRplay thats crashing rather than a general problem. There could be a call set segfaults on arm or something like that. Running the server in gdb is the right idea. I think if you build SoapyRemote and SoapySDRplay with debug and get a backtrace, it should show the call. And maybe its something we can report to the respective issue tracker. |
I have a similar issue: root@raspberrypi:/home/pi# SoapySDRServer --bind Soapy Server -- Use any Soapy SDR remotely###################################################### Server version: 0.5.2-unknown this happened when I search the device in CUBICSDR |
up |
There is no (date) sorting in the issues, a bump won't do anything but annoy people. We can't reproduce and need more info: where does that |
Hi,
I have a SDRplay duo, and am running SoapySDRremote on a raspberry pi. When I connect with CubicSDR, from a windows PC on the same network, it crashes. I can connect to the device when I connect it locally on the PC.
BTW, why are there ao many new threads being spawned and exited all the time?
The text was updated successfully, but these errors were encountered: