You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I see random segmentation faults during operation when tuning to a new frequency. Mostly it happens at rtlsdr_reset_buffer(), seldom at rtlsdr_write_eeprom() (see screenshots). I never saw it under Linux with the standard Ubuntu rtlsdr library as well as a pretty old official Windows 32-bit version. Since I discontinued the welle.io 32-bit Windows build, I cannot use it anymore.
I recently updated welle.io to use your driver under Windows 64-bit because users reported issues with the rtlsdr V4 dongle (see: AlbrechtL/welle.io#811 or AlbrechtL/welle.io#804).
Now I see random segmentation faults during operation when tuning to a new frequency. Mostly it happens at
rtlsdr_reset_buffer()
, seldom atrtlsdr_write_eeprom()
(see screenshots). I never saw it under Linux with the standard Ubuntu rtlsdr library as well as a pretty old official Windows 32-bit version. Since I discontinued the welle.io 32-bit Windows build, I cannot use it anymore.rtlsdr_reset_buffer()
![2024-09-04 07_27_29-welle io](https://private-user-images.githubusercontent.com/11171787/364280836-a61eb50e-056a-41dd-9772-9d3f25b4369f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjIwODgsIm5iZiI6MTczOTY2MTc4OCwicGF0aCI6Ii8xMTE3MTc4Ny8zNjQyODA4MzYtYTYxZWI1MGUtMDU2YS00MWRkLTk3NzItOWQzZjI1YjQzNjlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIzMjMwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1NjlhZjRjMGNmOGE3OTlhZmQzZWQyNTM2MWU2NjQ1NTViMDFkNjc1ODhmY2YzZmRlMGIwOTcyMzk2NTkxMTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.afrOwm5j0JiZEXOfuVeIXZ_Y7aoqgDIjNy-24-C2W2w)
rtlsdr_write_eeprom()
![2024-09-04 09_56_36-welle io](https://private-user-images.githubusercontent.com/11171787/364280869-7eaeefc2-e65c-4404-8d0f-a2d03e169b8b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjIwODgsIm5iZiI6MTczOTY2MTc4OCwicGF0aCI6Ii8xMTE3MTc4Ny8zNjQyODA4NjktN2VhZWVmYzItZTY1Yy00NDA0LThkMGYtYTJkMDNlMTY5YjhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIzMjMwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3MWRkYzc0MDBhZTllYmI1N2IyOTg0NzlmZGVjYjcwNDYwMTVhOWUzZDBmNWYxZTg3YTM0NzQxOGY4ZWJkM2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.B0Ub3BR6UQoem814xwSsBHn05aG0wdJmB6ZpJf60nNk)
Welle.io RTL-SDR code: https://github.com/AlbrechtL/welle.io/blob/bb408728189fbfc8de16398c05c6604884a38214/src/input/rtl_sdr.cpp
Affected unstable build: https://welle-io-nightlies.albrechtloh.de/20240903_bb408728_Windows_welle-io-setup_x64.exe
Do you have any hint or recommendation how to find the issue?
The text was updated successfully, but these errors were encountered: