Skip to content
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 on MacOSX with rx_power #213

Closed
dropdrop20 opened this issue Mar 1, 2019 · 7 comments
Closed

Crash on MacOSX with rx_power #213

dropdrop20 opened this issue Mar 1, 2019 · 7 comments

Comments

@dropdrop20
Copy link

yyyyyy@XXXXXXXX ~/Projects/rx_tools $sudo rx_fm -f 88500000 aaaa.wav
[ERROR] SoapySSDPEndpoint::sendTo(udp://[ff02::c]:1900) = -1
sendto(udp://[ff02::c]:1900) [65: No route to host]
SoapySDRDevice_make failed
Segmentation fault: 11

@guruofquality
Copy link
Contributor

  • What hardware are you using?
  • What support modules are installed?
  • output of SoapySDRUtil --info
  • Does the device successfully instantiate with SoapySDRUtil --make

@zuckschwerdt
Copy link
Contributor

Fix in rxseger/rx_tools#73

@dropdrop20
Copy link
Author

######################################################

Soapy SDR -- the SDR abstraction library

######################################################

Lib Version: v0.7.1-release
API Version: v0.7.1
ABI Version: v0.7
Install root: /usr/local
Search path: /usr/local/lib/SoapySDR/modules0.7
Module found: /usr/local/lib/SoapySDR/modules0.7/libremoteSupport.so (0.5.1-0a7cb58)
Module found: /usr/local/lib/SoapySDR/modules0.7/libsdrPlaySupport.so (0.1.0-12c3db6)
Available factories... remote, sdrplay
Available converters...

  • CF32 -> [CF32, CS16, CS8, CU16, CU8]
  • CS16 -> [CF32, CS16, CS8, CU16, CU8]
  • CS32 -> [CS32]
  • CS8 -> [CF32, CS16, CS8, CU16, CU8]
  • CU16 -> [CF32, CS16, CS8]
  • CU8 -> [CF32, CS16, CS8]
  • F32 -> [F32, S16, S8, U16, U8]
  • S16 -> [F32, S16, S8, U16, U8]
  • S32 -> [S32]
  • S8 -> [F32, S16, S8, U16, U8]
  • U16 -> [F32, S16, S8]
  • U8 -> [F32, S16, S8]

@dropdrop20
Copy link
Author

Oh... The USB cable of RSP was disconnected.

Now is better:

######################################################

Soapy SDR -- the SDR abstraction library

######################################################

[ERROR] SoapySSDPEndpoint::sendTo(udp://[ff02::c]:1900) = -1
sendto(udp://[ff02::c]:1900) [65: No route to host]
Found device 0
driver = sdrplay
label = SDRplay Dev0 RSP1A 18070ED596

So, the crash is indeed due to rx_fm and may be on all rx_* tools

@zuckschwerdt
Copy link
Contributor

@dropdrop20
Copy link
Author

Working! You can commit in master branch

@guruofquality
Copy link
Contributor

ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants