Guenael / rtlsdr-wsprd

WSPR daemon for RTL receivers
GNU General Public License v3.0
112 stars 32 forks source link

Running error on openwrt #23

Closed d9394 closed 2 years ago

d9394 commented 4 years ago

tmp20191018140437 I have successed compile rtlsdr_wsprd from source on the openwrt(version 18.06.02) and cpu hardware is mt7621 chipset, when I run it appear a error

d9394 commented 4 years ago

after add some checkpoint tmp20191018152858 tmp20191018145256

d9394 commented 4 years ago

putty.log log file with command: strace -tt rdlsdr_wsprd

Guenael commented 2 years ago

-- Sorry for the (extra-long) delay, I just recovered my access to GitHub, and I was off radio activities --

Hi @d9394 ,

Well, the end of the log didn't help too much...

00:49:55.977082 nanosleep({tv_sec=0, tv_nsec=250000000}, RX done! [Buffer size: 43500]
Search & decode the signal
 <unfinished ...>) = ?
00:49:56.035480 +++ killed by SIGSEGV +++
Segmentation fault
]0;root@OpenWrt: ~root@OpenWrt:~# 

Did you try with a similar project based on files only ? Ex. https://github.com/k9an/old_wsprcan

It could be also an allocation issue. This MR (merged) could fix an issue related to this, but this one is pretty rare. https://github.com/Guenael/rtlsdr-wsprd/pull/22

73