gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
2.94k stars 533 forks source link

bus error (core dumped) gqrx #815

Closed tinyxuyan closed 3 years ago

tinyxuyan commented 3 years ago

After I install gqrx through pybombs install, I can not run gqrx normally. When I plugin the usb of hackrf one and type gqrx in the terminal, it outputs the messages below:

gr-osmosdr v0.1.4-134-gf3905d35 (0.1.5git) gnuradio 3.8.1.0
built-in source types: osmosdr rtl uhd hackrf bladerf rfspace airspy soapy redpitaya 
[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-44-g5a9f9ed9
Using HackRF One with firmware 2018.01.1 
[1]    18250 bus error (core dumped)  gqrx

I have tried USRP B210 too. It outputs a similar error as below:

gr-osmosdr v0.1.4-134-gf3905d35 (0.1.5git) gnuradio 3.8.1.0
built-in source types: osmosdr rtl uhd hackrf bladerf rfspace airspy soapy redpitaya 
[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-44-g5a9f9ed9
[INFO] [B200] Loading firmware image: /home/xuyan/gnuradio-prefix/share/uhd/images/usrp_b200_fw.hex...
[INFO] [B200] Detected Device: B210
[INFO] [B200] Loading FPGA image: /home/xuyan/gnuradio-prefix/share/uhd/images/usrp_b210_fpga.bin...
[INFO] [B200] Operating over USB 2.
[INFO] [B200] Detecting internal GPSDO.... 
[INFO] [GPS] No GPSDO found
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
[INFO] [B200] Performing register loopback test... 
[INFO] [B200] Register loopback test passed
[INFO] [B200] Performing register loopback test... 
[INFO] [B200] Register loopback test passed
[INFO] [B200] Setting master clock rate selection to 'automatic'.
[INFO] [B200] Asking for clock rate 16.000000 MHz... 
[INFO] [B200] Actually got clock rate 16.000000 MHz.
-- Using subdev spec 'A:A A:B'.
[1]    18369 bus error (core dumped)  gqrx

I can run gqrx normally last time. The only difference I can remember is that I used gr-osmosdr v0.2.0 last time. I am not sure the actual cause and do not know how to install gr-osmosdr v0.2.0 again. Everytime I run ' pybombs install gqrx, it install the gr-osmosdr v0.1.4.

tinyxuyan commented 3 years ago

I guess it is the problem of gr-osmosdr version. When I switch to gr-osmosdr 0.2.0.0, no such issue appears.