sannysanoff / SDRPlusPlusBrown

Cross-Platform SDR Software
GNU General Public License v3.0
27 stars 6 forks source link

Crashing when enabling Baseband NR on ArchLinux #20

Closed soulnull closed 1 month ago

soulnull commented 2 months ago

FIRST: Before reporting any bug, make sure that the bug you are reporting has not been reported before. Also, try to use the nightly version if possible in case I've already fixed the bug.

Hardware

Software

Bug Description A clear description of the bug.

Enabling Baseband NR plays for approximately 1 second, then freezes and crashes. Running in terminal produces this error:

Sampling piece... srate=912000 Slen=18240 nFFT=36480 /usr/include/c++/13.2.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = int; _Alloc = std::allocator; reference = int&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. Aborted (core dumped)

Running in Ubuntu 22.04 Distrobox allows Baseband NR to work, but causes very bad audio stuttering. I'm just trying to identify where to even look to fix this, as it's seemingly an Arch issue (issue with the latest g++ perhaps?).. If you point me in a direction, I'd be grateful.

Steps To Reproduce

  1. Start SDR++ on Archlinux
  2. Enable Baseband NR
  3. Crash

Additional info Add any other relevant information.

sannysanoff commented 1 month ago

based on your exception information, however, I would like to reproduce it. Please turn off baseband NR, record around 10 seconds of baseband using recorder, and attach wav here or somewhere else. That would help.

sannysanoff commented 1 month ago

(i deleted my prev comment after reading the specs, thank you)

sannysanoff commented 1 month ago

to catch it, try to build sdrpp in RelWithDebInfo mode using cmake. Tweak Arch linux AUR, or build manually.

Then use gdb to run sdrpp:

$ gdb /path/to/sdrpp (gdb) run after exception happens, just use this: (gdb) bt and it will produce backtrace (stack trace) which you can then attach here.

Meanwhile I will add overflow protection. 5700x should be fine however.

sannysanoff commented 1 month ago

just for reference, it adds +30% of CPU usage on Mac M2 for bandwidth=2.4MSPS (rtl sdr) using release build.

soulnull commented 1 month ago

I appreciate your time, thank you.

I have compiled with RelWithDebInfo. I included bt, but I also included all of the log prior to as well (extra context could be useful?)

Starting program: /usr/bin/sdrpp 
Downloading separate debug info for system-supplied DSO at 0x7ffff7fc7000                                                                                                                                                                          
Downloading separate debug info for /usr/lib/libsdrpp_core.so                                                                                                                                                                                      
[Thread debugging using libthread_db enabled]                                                                                                                                                                                                      
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffec6006c0 (LWP 241070)]                                                                                                                                                                                                           
[New Thread 0x7fffebc006c0 (LWP 241071)]
[14/05/2024 15:45:00.719] [INFO] SDR++Brown v1.2.0-brown
[Detaching after fork from child process 241072]
[New Thread 0x7fffcfa006c0 (LWP 241073)]
Current path = "/home/token/.cache/yay/sdrpp-brown-git"
[14/05/2024 15:45:00.720] [INFO] Loading config from: /home/token/.config/sdrpp-brown (path /home/token/.cache/yay/sdrpp-brown-git)
[New Thread 0x7fffcf0006c0 (LWP 241075)]
[14/05/2024 15:45:00.720] [WARN] ConfigManager locked, waiting...
Downloading separate debug info for /usr/lib/libGLX_nvidia.so.0                                                                                                                                                                                    
Downloading separate debug info for /usr/lib/libnvidia-glsi.so.535.179                                                                                                                                                                             
Downloading separate debug info for /usr/lib/libnvidia-tls.so.535.179                                                                                                                                                                              
Downloading separate debug info for /usr/lib/libnvidia-glcore.so.535.179                                                                                                                                                                           
Downloading separate debug info for /usr/lib/libnvidia-glvkspirv.so.535.179                                                                                                                                                                        
Downloading separate debug info for /usr/lib/libsystemd.so.0                                                                                                                                                                                       
[14/05/2024 15:45:01.932] [INFO] Using OpenGL 3.0                                                                                                                                                                                                  
[14/05/2024 15:45:02.032] [INFO] Loading icons                                                                                                                                                                                                     
[14/05/2024 15:45:02.035] [INFO] Loading band plans
[14/05/2024 15:45:02.039] [INFO] Loading band plans color table
[New Thread 0x7fffcca006c0 (LWP 241084)]
[New Thread 0x7fffc50006c0 (LWP 241085)]
[New Thread 0x7fffbd2006c0 (LWP 241086)]
[New Thread 0x7fffb7e006c0 (LWP 241087)]
[New Thread 0x7fffb74006c0 (LWP 241088)]
[New Thread 0x7fffb6a006c0 (LWP 241089)]
[14/05/2024 15:45:02.042] [INFO] Loading modules
[14/05/2024 15:45:02.042] [INFO] Loading /usr/lib/sdrpp/plugins/bladerf_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/bladerf_source.so
Downloading separate debug info for /usr/lib/libudev.so.1                                                                                                                                                                                          
[New Thread 0x7fffb60006c0 (LWP 241090)]                                                                                                                                                                                                           
[14/05/2024 15:45:02.334] [INFO]  ..... ok /usr/lib/sdrpp/plugins/bladerf_source.so
[14/05/2024 15:45:02.334] [INFO] Loading /usr/lib/sdrpp/plugins/spyserver_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/spyserver_source.so
[New Thread 0x7fffb56006c0 (LWP 241091)]                                                                                                                                                                                                           
[14/05/2024 15:45:02.490] [INFO]  ..... ok /usr/lib/sdrpp/plugins/spyserver_source.so
[14/05/2024 15:45:02.490] [INFO] Loading /usr/lib/sdrpp/plugins/m17_decoder.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/m17_decoder.so
[New Thread 0x7fffb4c006c0 (LWP 241092)]                                                                                                                                                                                                           
[14/05/2024 15:45:02.647] [INFO]  ..... ok /usr/lib/sdrpp/plugins/m17_decoder.so
[14/05/2024 15:45:02.647] [INFO] Loading /usr/lib/sdrpp/plugins/airspyhf_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/airspyhf_source.so
Downloading separate debug info for /usr/lib/libairspyhf.so.0                                                                                                                                                                                      
[New Thread 0x7fffabe006c0 (LWP 241093)]                                                                                                                                                                                                           
[14/05/2024 15:45:02.945] [INFO]  ..... ok /usr/lib/sdrpp/plugins/airspyhf_source.so
[14/05/2024 15:45:02.945] [INFO] Loading /usr/lib/sdrpp/plugins/kiwisdr_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/kiwisdr_source.so
[New Thread 0x7fffab4006c0 (LWP 241094)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.090] [INFO]  ..... ok /usr/lib/sdrpp/plugins/kiwisdr_source.so
[14/05/2024 15:45:03.090] [INFO] Loading /usr/lib/sdrpp/plugins/network_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/network_source.so
[New Thread 0x7fffaaa006c0 (LWP 241095)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.235] [INFO]  ..... ok /usr/lib/sdrpp/plugins/network_source.so
[14/05/2024 15:45:03.235] [INFO] Loading /usr/lib/sdrpp/plugins/rigctl_client.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/rigctl_client.so
[New Thread 0x7fffaa0006c0 (LWP 241096)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.385] [INFO]  ..... ok /usr/lib/sdrpp/plugins/rigctl_client.so
[14/05/2024 15:45:03.385] [INFO] Loading /usr/lib/sdrpp/plugins/radio.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/radio.so
[New Thread 0x7fffa96006c0 (LWP 241097)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.530] [INFO]  ..... ok /usr/lib/sdrpp/plugins/radio.so
[14/05/2024 15:45:03.530] [INFO] Loading /usr/lib/sdrpp/plugins/ft8_decoder.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/ft8_decoder.so
[New Thread 0x7fffa8c006c0 (LWP 241098)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.690] [INFO]  ..... ok /usr/lib/sdrpp/plugins/ft8_decoder.so
[14/05/2024 15:45:03.690] [INFO] Loading /usr/lib/sdrpp/plugins/sdrpp_server_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/sdrpp_server_source.so
[New Thread 0x7fff9fe006c0 (LWP 241099)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.828] [INFO]  ..... ok /usr/lib/sdrpp/plugins/sdrpp_server_source.so
[14/05/2024 15:45:03.828] [INFO] Loading /usr/lib/sdrpp/plugins/recorder.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/recorder.so
[New Thread 0x7fff9f4006c0 (LWP 241100)]                                                                                                                                                                                                           
[14/05/2024 15:45:03.975] [INFO]  ..... ok /usr/lib/sdrpp/plugins/recorder.so
[14/05/2024 15:45:03.975] [INFO] Loading /usr/lib/sdrpp/plugins/scanner.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/scanner.so
[14/05/2024 15:45:04.124] [INFO]  ..... ok /usr/lib/sdrpp/plugins/scanner.so                                                                                                                                                                       
[14/05/2024 15:45:04.124] [INFO] Loading /usr/lib/sdrpp/plugins/soapy_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/soapy_source.so
[New Thread 0x7fff9ea006c0 (LWP 241101)]                                                                                                                                                                                                           
[14/05/2024 15:45:04.276] [INFO]  ..... ok /usr/lib/sdrpp/plugins/soapy_source.so
[14/05/2024 15:45:04.276] [INFO] Loading /usr/lib/sdrpp/plugins/limesdr_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/limesdr_source.so
[New Thread 0x7fff9e0006c0 (LWP 241102)]                                                                                                                                                                                                           
[14/05/2024 15:45:04.431] [INFO]  ..... ok /usr/lib/sdrpp/plugins/limesdr_source.so
[14/05/2024 15:45:04.431] [INFO] Loading /usr/lib/sdrpp/plugins/meteor_demodulator.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/meteor_demodulator.so
[New Thread 0x7fff9d6006c0 (LWP 241103)]                                                                                                                                                                                                           
[14/05/2024 15:45:04.573] [INFO]  ..... ok /usr/lib/sdrpp/plugins/meteor_demodulator.so
[14/05/2024 15:45:04.573] [INFO] Loading /usr/lib/sdrpp/plugins/reports_monitor.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/reports_monitor.so
[New Thread 0x7fff9cc006c0 (LWP 241105)]                                                                                                                                                                                                           
[14/05/2024 15:45:04.730] [INFO]  ..... ok /usr/lib/sdrpp/plugins/reports_monitor.so
[14/05/2024 15:45:04.730] [INFO] Loading /usr/lib/sdrpp/plugins/discord_integration.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/discord_integration.so
[14/05/2024 15:45:04.875] [INFO]  ..... ok /usr/lib/sdrpp/plugins/discord_integration.so                                                                                                                                                           
[14/05/2024 15:45:04.875] [INFO] Loading /usr/lib/sdrpp/plugins/pager_decoder.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/pager_decoder.so
[New Thread 0x7fff9c2006c0 (LWP 241106)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.025] [INFO]  ..... ok /usr/lib/sdrpp/plugins/pager_decoder.so
[14/05/2024 15:45:05.025] [INFO] Loading /usr/lib/sdrpp/plugins/rtl_tcp_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/rtl_tcp_source.so
[New Thread 0x7fff9b8006c0 (LWP 241107)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.175] [INFO]  ..... ok /usr/lib/sdrpp/plugins/rtl_tcp_source.so
[14/05/2024 15:45:05.175] [INFO] Loading /usr/lib/sdrpp/plugins/spectran_http_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/spectran_http_source.so
[New Thread 0x7fff9ae006c0 (LWP 241108)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.330] [INFO]  ..... ok /usr/lib/sdrpp/plugins/spectran_http_source.so
[14/05/2024 15:45:05.330] [INFO] Loading /usr/lib/sdrpp/plugins/iq_exporter.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/iq_exporter.so
[New Thread 0x7fff9a4006c0 (LWP 241109)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.475] [INFO]  ..... ok /usr/lib/sdrpp/plugins/iq_exporter.so
[14/05/2024 15:45:05.475] [INFO] Loading /usr/lib/sdrpp/plugins/websdr_view.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/websdr_view.so
[New Thread 0x7fff99a006c0 (LWP 241110)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.630] [INFO]  ..... ok /usr/lib/sdrpp/plugins/websdr_view.so
[14/05/2024 15:45:05.630] [INFO] Loading /usr/lib/sdrpp/plugins/tci_server.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/tci_server.so
[New Thread 0x7fff990006c0 (LWP 241111)]                                                                                                                                                                                                           
[14/05/2024 15:45:05.785] [INFO]  ..... ok /usr/lib/sdrpp/plugins/tci_server.so
[14/05/2024 15:45:05.785] [INFO] Loading /usr/lib/sdrpp/plugins/new_portaudio_sink.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/new_portaudio_sink.so
Downloading separate debug info for /usr/lib/libjack.so.0                                                                                                                                                                                          
Downloading separate debug info for /usr/lib/libpipewire-0.3.so.0                                                                                                                                                                                  
Downloading separate debug info for /usr/lib/spa-0.2/support/libspa-support.so                                                                                                                                                                     
Downloading separate debug info for /usr/lib/spa-0.2/support/libspa-journal.so                                                                                                                                                                     
[New Thread 0x7fff986006c0 (LWP 241112)]                                                                                                                                                                                                           
[14/05/2024 15:45:06.547] [INFO]  ..... ok /usr/lib/sdrpp/plugins/new_portaudio_sink.so
[14/05/2024 15:45:06.547] [INFO] Loading /usr/lib/sdrpp/plugins/sdrplay_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/sdrplay_source.so
Downloading separate debug info for /usr/lib/libsdrplay_api.so.3.14                                                                                                                                                                                
[New Thread 0x7fff97c006c0 (LWP 241113)]                                                                                                                                                                                                           
[14/05/2024 15:45:06.835] [INFO]  ..... ok /usr/lib/sdrpp/plugins/sdrplay_source.so
[14/05/2024 15:45:06.835] [INFO] Loading /usr/lib/sdrpp/plugins/frequency_manager.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/frequency_manager.so
[New Thread 0x7fff972006c0 (LWP 241114)]                                                                                                                                                                                                           
[14/05/2024 15:45:06.980] [INFO]  ..... ok /usr/lib/sdrpp/plugins/frequency_manager.so
[14/05/2024 15:45:06.980] [INFO] Loading /usr/lib/sdrpp/plugins/network_sink.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/network_sink.so
[New Thread 0x7fff968006c0 (LWP 241115)]                                                                                                                                                                                                           
[14/05/2024 15:45:07.131] [INFO]  ..... ok /usr/lib/sdrpp/plugins/network_sink.so
[14/05/2024 15:45:07.131] [INFO] Loading /usr/lib/sdrpp/plugins/file_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/file_source.so
[New Thread 0x7fff95e006c0 (LWP 241116)]                                                                                                                                                                                                           
[14/05/2024 15:45:07.276] [INFO]  ..... ok /usr/lib/sdrpp/plugins/file_source.so
[14/05/2024 15:45:07.276] [INFO] Loading /usr/lib/sdrpp/plugins/plutosdr_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/plutosdr_source.so
Downloading separate debug info for /usr/lib/libserialport.so.0                                                                                                                                                                                    
[New Thread 0x7fff954006c0 (LWP 241117)]                                                                                                                                                                                                           
[14/05/2024 15:45:07.600] [INFO]  ..... ok /usr/lib/sdrpp/plugins/plutosdr_source.so
[14/05/2024 15:45:07.600] [INFO] Loading /usr/lib/sdrpp/plugins/audio_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/audio_source.so
Downloading separate debug info for /usr/lib/libogg.so.0                                                                                                                                                                                           
Downloading separate debug info for /usr/lib/libvorbisenc.so.2                                                                                                                                                                                     
Downloading separate debug info for /usr/lib/libvorbis.so.0                                                                                                                                                                                        
[New Thread 0x7fff8e0006c0 (LWP 241118)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.210] [INFO]  ..... ok /usr/lib/sdrpp/plugins/audio_source.so
[14/05/2024 15:45:08.210] [INFO] Loading /usr/lib/sdrpp/plugins/rfspace_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/rfspace_source.so
[New Thread 0x7fff8d6006c0 (LWP 241119)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.365] [INFO]  ..... ok /usr/lib/sdrpp/plugins/rfspace_source.so
[14/05/2024 15:45:08.365] [INFO] Loading /usr/lib/sdrpp/plugins/hl2_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/hl2_source.so
[New Thread 0x7fff8cc006c0 (LWP 241120)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.511] [INFO]  ..... ok /usr/lib/sdrpp/plugins/hl2_source.so
[14/05/2024 15:45:08.511] [INFO] Loading /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so
[New Thread 0x7fff8c2006c0 (LWP 241121)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.660] [INFO]  ..... ok /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so
[14/05/2024 15:45:08.660] [INFO] Loading /usr/lib/sdrpp/plugins/hermes_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/hermes_source.so
[New Thread 0x7fff8b8006c0 (LWP 241122)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.811] [INFO]  ..... ok /usr/lib/sdrpp/plugins/hermes_source.so
[14/05/2024 15:45:08.811] [INFO] Loading /usr/lib/sdrpp/plugins/rigctl_server.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/rigctl_server.so
[New Thread 0x7fff8ae006c0 (LWP 241123)]                                                                                                                                                                                                           
[14/05/2024 15:45:08.959] [INFO]  ..... ok /usr/lib/sdrpp/plugins/rigctl_server.so
[14/05/2024 15:45:08.959] [INFO] Loading /usr/lib/sdrpp/plugins/rtl_sdr_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/rtl_sdr_source.so
[New Thread 0x7fff8a4006c0 (LWP 241124)]                                                                                                                                                                                                           
[14/05/2024 15:45:09.118] [INFO]  ..... ok /usr/lib/sdrpp/plugins/rtl_sdr_source.so
[14/05/2024 15:45:09.118] [INFO] Loading /usr/lib/sdrpp/plugins/airspy_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/airspy_source.so
Downloading separate debug info for /usr/lib/libairspy.so.0                                                                                                                                                                                        
[New Thread 0x7fff89a006c0 (LWP 241125)]                                                                                                                                                                                                           
[14/05/2024 15:45:09.410] [INFO]  ..... ok /usr/lib/sdrpp/plugins/airspy_source.so
[14/05/2024 15:45:09.410] [INFO] Loading /usr/lib/sdrpp/plugins/hackrf_source.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/hackrf_source.so
[New Thread 0x7fff890006c0 (LWP 241126)]                                                                                                                                                                                                           
[14/05/2024 15:45:09.571] [INFO]  ..... ok /usr/lib/sdrpp/plugins/hackrf_source.so
[14/05/2024 15:45:09.571] [INFO] Loading /usr/lib/sdrpp/plugins/audio_sink.so
Downloading separate debug info for /usr/lib/sdrpp/plugins/audio_sink.so
[New Thread 0x7fff886006c0 (LWP 241127)]                                                                                                                                                                                                           
[14/05/2024 15:45:09.740] [INFO]  ..... ok /usr/lib/sdrpp/plugins/audio_sink.so
[14/05/2024 15:45:09.841] [INFO] Initializing Airspy Source (airspy_source)
[New Thread 0x7fff87c006c0 (LWP 241128)]
[14/05/2024 15:45:09.849] [INFO] Initializing AirspyHF+ Source (airspyhf_source)
[Thread 0x7fff87c006c0 (LWP 241128) exited]
[New Thread 0x7fff87c006c0 (LWP 241129)]
[14/05/2024 15:45:09.860] [INFO] carving::Set sample rate: 768000.000000 768000.000000
[Thread 0x7fff87c006c0 (LWP 241129) exited]
[14/05/2024 15:45:09.861] [INFO] Initializing Audio Sink (audio_sink)
[14/05/2024 15:45:09.861] [INFO] Initializing Audio Source (audio_source)
Downloading separate debug info for /usr/lib/alsa-lib/libasound_module_ctl_pipewire.so
Downloading separate debug info for /usr/lib/spa-0.2/support/libspa-dbus.so                                                                                                                                                                        
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-rt.so                                                                                                                                                                 
[New Thread 0x7fff87c006c0 (LWP 241130)]                                                                                                                                                                                                           
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-protocol-native.so
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-client-node.so                                                                                                                                                        
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-client-device.so                                                                                                                                                      
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-adapter.so                                                                                                                                                            
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-metadata.so                                                                                                                                                           
Downloading separate debug info for /usr/lib/pipewire-0.3/libpipewire-module-session-manager.so                                                                                                                                                    
[New Thread 0x7fff868006c0 (LWP 241131)]                                                                                                                                                                                                           
[New Thread 0x7fff85e006c0 (LWP 241132)]
[Thread 0x7fff85e006c0 (LWP 241132) exited]
[Thread 0x7fff868006c0 (LWP 241131) exited]
[Thread 0x7fff87c006c0 (LWP 241130) exited]
[New Thread 0x7fff87c006c0 (LWP 241137)]                                                                                                                                                                                                           
[Thread 0x7fff87c006c0 (LWP 241137) exited]
Downloading separate debug info for /usr/lib/alsa-lib/libasound_module_pcm_pipewire.so
[New Thread 0x7fff87c006c0 (LWP 241138)]                                                                                                                                                                                                           
[New Thread 0x7fff868006c0 (LWP 241139)]                                                                                                                                                                                                           
[New Thread 0x7fff85e006c0 (LWP 241140)]
[Thread 0x7fff85e006c0 (LWP 241140) exited]
[Thread 0x7fff868006c0 (LWP 241139) exited]
[Thread 0x7fff87c006c0 (LWP 241138) exited]
[New Thread 0x7fff87c006c0 (LWP 241141)]                                                                                                                                                                                                           
[New Thread 0x7fff868006c0 (LWP 241142)]                                                                                                                                                                                                           
[New Thread 0x7fff85e006c0 (LWP 241143)]
[Thread 0x7fff85e006c0 (LWP 241143) exited]
[Thread 0x7fff868006c0 (LWP 241142) exited]
[Thread 0x7fff87c006c0 (LWP 241141) exited]
[New Thread 0x7fff87c006c0 (LWP 241144)]                                                                                                                                                                                                           
[New Thread 0x7fff868006c0 (LWP 241145)]                                                                                                                                                                                                           
[New Thread 0x7fff85e006c0 (LWP 241146)]
[Thread 0x7fff85e006c0 (LWP 241146) exited]
[Thread 0x7fff868006c0 (LWP 241145) exited]
[Thread 0x7fff87c006c0 (LWP 241144) exited]
[New Thread 0x7fff87c006c0 (LWP 241147)]                                                                                                                                                                                                           
[Thread 0x7fff87c006c0 (LWP 241147) exited]
[New Thread 0x7fff87c006c0 (LWP 241148)]
[Thread 0x7fff87c006c0 (LWP 241148) exited]
[New Thread 0x7fff87c006c0 (LWP 241149)]
[Thread 0x7fff87c006c0 (LWP 241149) exited]
[New Thread 0x7fff87c006c0 (LWP 241150)]                                                                                                                                                                                                           
[New Thread 0x7fff868006c0 (LWP 241151)]                                                                                                                                                                                                           
[New Thread 0x7fff85e006c0 (LWP 241152)]
[Thread 0x7fff85e006c0 (LWP 241152) exited]
[Thread 0x7fff868006c0 (LWP 241151) exited]
[Thread 0x7fff87c006c0 (LWP 241150) exited]
[New Thread 0x7fff87c006c0 (LWP 241154)]
[Thread 0x7fff87c006c0 (LWP 241154) exited]
[Thread 0x7fffb74006c0 (LWP 241088) exited]
[Thread 0x7fffb7e006c0 (LWP 241087) exited]
[Thread 0x7fffb6a006c0 (LWP 241089) exited]
[New Thread 0x7fffb6a006c0 (LWP 241155)]
[New Thread 0x7fffb74006c0 (LWP 241156)]
[New Thread 0x7fffb7e006c0 (LWP 241157)]
[14/05/2024 15:45:11.772] [INFO] New DSP samplerate: 48000.000000 (source samplerate is 48000.000000)
[14/05/2024 15:45:11.772] [INFO] Initializing FT8/FT4 Decoder (ft8_decoder)
[14/05/2024 15:45:11.775] [INFO] FT4 decoder created
[New Thread 0x7fff87c006c0 (LWP 241158)]
[New Thread 0x7fff868006c0 (LWP 241159)]
[Thread 0x7fffbd2006c0 (LWP 241086) exited]
[New Thread 0x7fffbd2006c0 (LWP 241160)]
[New Thread 0x7fff85e006c0 (LWP 241161)]
[New Thread 0x7fff854006c0 (LWP 241162)]
[New Thread 0x7fffbd2006c0 (LWP 241163)]
[Thread 0x7fffbd2006c0 (LWP 241160) exited]
[New Thread 0x7fff84a006c0 (LWP 241164)]
[New Thread 0x7fff7fe006c0 (LWP 241165)]
[14/05/2024 15:45:11.777] [INFO] FT8 Decoder enabled
[14/05/2024 15:45:11.777] [INFO] Initializing File Source (file_source)
[14/05/2024 15:45:11.777] [INFO] Initializing Frequency Manager (frequency_manager)
[14/05/2024 15:45:11.779] [INFO] Initializing HackRF Source (hackrf_source)
[New Thread 0x7fff7f4006c0 (LWP 241166)]
[14/05/2024 15:45:11.791] [INFO] Initializing Hermes Source (hermes_source)
[14/05/2024 15:45:11.791] [INFO] Initializing KiwiSDR Source (kiwisdr_source)
[14/05/2024 15:45:11.793] [INFO] WSClient instance: 0x0x55556a86eb50
[14/05/2024 15:45:11.793] [INFO] Initializing Network Sink (network_sink)
[14/05/2024 15:45:11.793] [INFO] Initializing Noise Reduction logmmse (noise_reduction_logmmse)
[14/05/2024 15:45:11.794] [INFO] Enabling noise reduction things
[Thread 0x7fffbd2006c0 (LWP 241163) exited]
[New Thread 0x7fffbd2006c0 (LWP 241167)]
[Thread 0x7fffbd2006c0 (LWP 241167) exited]
[New Thread 0x7fffbd2006c0 (LWP 241168)]
[New Thread 0x7fff7ea006c0 (LWP 241169)]
[14/05/2024 15:45:11.795] [INFO] Initializing PlutoSDR Source (plutosdr_source)
[14/05/2024 15:45:12.816] [WARN] Ignored IIO device: [local:] (k10temp,hidpp_battery_0,nvme,asus,hidpp_battery_1,nvme on ASUSTeK COMPUTER INC.)
[14/05/2024 15:45:12.816] [INFO] Initializing RFspace Source (rfspace_source)
[14/05/2024 15:45:12.816] [INFO] Initializing RTL-SDR Source (rtl_sdr_source)
[14/05/2024 15:45:12.828] [INFO] Initializing RTL-TCP Source (rtl_tcp_source)
[14/05/2024 15:45:12.839] [INFO] Initializing Radio (radio)
[Resamp] predec: 8192, interp: 25, decim: 6, inacc: 0.000000%, taps: 1900
[New Thread 0x7fffbd2006c0 (LWP 241170)]
[Thread 0x7fffbd2006c0 (LWP 241168) exited]
[New Thread 0x7fff7e0006c0 (LWP 241171)]
[Resamp] predec: 4, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff7d6006c0 (LWP 241172)]
[New Thread 0x7fff7cc006c0 (LWP 241173)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241174)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241175)]
[Thread 0x7fff734006c0 (LWP 241175) exited]
[Thread 0x7fff73e006c0 (LWP 241174) exited]
[Thread 0x7fff7cc006c0 (LWP 241173) exited]
[New Thread 0x7fff7cc006c0 (LWP 241178)]
[Thread 0x7fff7cc006c0 (LWP 241178) exited]
[New Thread 0x7fff7cc006c0 (LWP 241179)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241180)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241181)]
[Thread 0x7fff734006c0 (LWP 241181) exited]
[Thread 0x7fff73e006c0 (LWP 241180) exited]
[Thread 0x7fff7cc006c0 (LWP 241179) exited]
[New Thread 0x7fff7cc006c0 (LWP 241182)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241183)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241184)]
[Thread 0x7fff734006c0 (LWP 241184) exited]
[Thread 0x7fff73e006c0 (LWP 241183) exited]
[Thread 0x7fff7cc006c0 (LWP 241182) exited]
[New Thread 0x7fff7cc006c0 (LWP 241185)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241186)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241187)]
[Thread 0x7fff734006c0 (LWP 241187) exited]
[Thread 0x7fff73e006c0 (LWP 241186) exited]
[Thread 0x7fff7cc006c0 (LWP 241185) exited]
[New Thread 0x7fff7cc006c0 (LWP 241188)]
[Thread 0x7fff7cc006c0 (LWP 241188) exited]
[New Thread 0x7fff7cc006c0 (LWP 241189)]
[Thread 0x7fff7cc006c0 (LWP 241189) exited]
[New Thread 0x7fff7cc006c0 (LWP 241190)]
[Thread 0x7fff7cc006c0 (LWP 241190) exited]
[New Thread 0x7fff7cc006c0 (LWP 241191)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241192)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241193)]
[Thread 0x7fff734006c0 (LWP 241193) exited]
[Thread 0x7fff73e006c0 (LWP 241192) exited]
[Thread 0x7fff7cc006c0 (LWP 241191) exited]
[New Thread 0x7fff7cc006c0 (LWP 241195)]
[Thread 0x7fff7cc006c0 (LWP 241195) exited]
[New Thread 0x7fff7cc006c0 (LWP 241196)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241197)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241198)]
[Thread 0x7fff734006c0 (LWP 241198) exited]
[Thread 0x7fff73e006c0 (LWP 241197) exited]
[Thread 0x7fff7cc006c0 (LWP 241196) exited]
[New Thread 0x7fff7cc006c0 (LWP 241199)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241200)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241201)]
[Thread 0x7fff734006c0 (LWP 241201) exited]
[Thread 0x7fff73e006c0 (LWP 241200) exited]
[Thread 0x7fff7cc006c0 (LWP 241199) exited]
[New Thread 0x7fff7cc006c0 (LWP 241202)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241203)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241204)]
[Thread 0x7fff734006c0 (LWP 241204) exited]
[Thread 0x7fff73e006c0 (LWP 241203) exited]
[Thread 0x7fff7cc006c0 (LWP 241202) exited]
[New Thread 0x7fff7cc006c0 (LWP 241205)]
[Thread 0x7fff7cc006c0 (LWP 241205) exited]
[New Thread 0x7fff7cc006c0 (LWP 241206)]
[Thread 0x7fff7cc006c0 (LWP 241206) exited]
[New Thread 0x7fff7cc006c0 (LWP 241207)]
[Thread 0x7fff7cc006c0 (LWP 241207) exited]
[New Thread 0x7fff7cc006c0 (LWP 241208)]                                                                                                                                                                                                           
[New Thread 0x7fff73e006c0 (LWP 241209)]                                                                                                                                                                                                           
[New Thread 0x7fff734006c0 (LWP 241210)]
[Thread 0x7fff734006c0 (LWP 241210) exited]
[Thread 0x7fff73e006c0 (LWP 241209) exited]
[Thread 0x7fff7cc006c0 (LWP 241208) exited]
[New Thread 0x7fff7cc006c0 (LWP 241212)]
[Thread 0x7fff7cc006c0 (LWP 241212) exited]
[14/05/2024 15:45:13.303] [INFO] Default input: Default ALSA Device defaultInputDeviceId=129
[New Thread 0x7fff7cc006c0 (LWP 241213)]
[New Thread 0x7fff73e006c0 (LWP 241214)]
[New Thread 0x7fff734006c0 (LWP 241215)]
[New Thread 0x7fff72a006c0 (LWP 241216)]
[New Thread 0x7fff720006c0 (LWP 241217)]
[14/05/2024 15:45:13.303] [INFO] Starting RtAudio streams..
[14/05/2024 15:45:13.303] [INFO] Starting RtAudio stream Radio  parameters.deviceId=130  it is default input? false
[New Thread 0x7fff716006c0 (LWP 241218)]
[New Thread 0x7fff70c006c0 (LWP 241219)]
[New Thread 0x7fff5be006c0 (LWP 241220)]
[14/05/2024 15:45:13.312] [INFO] RtAudio output stream open
[14/05/2024 15:45:13.312] [INFO] Starting (separately) RtAudio INPUT stream Default ALSA Device  parameters.deviceId=129 (output was: 130)
[New Thread 0x7fff5b4006c0 (LWP 241221)]                                                                                                                                                                                                           
[New Thread 0x7fff5aa006c0 (LWP 241222)]                                                                                                                                                                                                           
[New Thread 0x7fff5a0006c0 (LWP 241223)]
Downloading separate debug info for /usr/lib/spa-0.2/audioconvert/libspa-audioconvert.so
Downloading separate debug info for /usr/lib/spa-0.2/audiomixer/libspa-audiomixer.so                                                                                                                                                               
[New Thread 0x7fff596006c0 (LWP 241225)]                                                                                                                                                                                                           
[14/05/2024 15:45:13.626] [INFO] RtAudio2 input stream open
[14/05/2024 15:45:13.626] [INFO] sigpath::sinkManager.defaultInputAudio.init(microphone)
[New Thread 0x7fff58c006c0 (LWP 241226)]
[Thread 0x7fff73e006c0 (LWP 241214) exited]
[New Thread 0x7fff73e006c0 (LWP 241227)]
[New Thread 0x7fff4fe006c0 (LWP 241228)]
[14/05/2024 15:45:13.627] [INFO] Refreshing noise profile for AF NR (logmmse)
[14/05/2024 15:45:13.627] [INFO] Initializing Recorder (recorder)
[14/05/2024 15:45:13.628] [INFO] Initializing Rigctl Server (rigctl_server)
[14/05/2024 15:45:13.631] [INFO] Initializing SDR++ Server Source (sdrpp_server_source)
[14/05/2024 15:45:13.645] [INFO] Initializing SoapySDR Source (soapy_source)
[New Thread 0x7fff4f4006c0 (LWP 241229)]                                                                                                                                                                                                           
[New Thread 0x7fff4ea006c0 (LWP 241230)]
[Thread 0x7fff4ea006c0 (LWP 241230) exited]
[New Thread 0x7fff4e0006c0 (LWP 241231)]
[New Thread 0x7fff4d6006c0 (LWP 241232)]
[14/05/2024 15:45:13.696] [INFO] Initializing SpyServer Source (spyserver_source)
[Thread 0x7fff4f4006c0 (LWP 241229) exited]
[14/05/2024 15:45:13.696] [INFO] Initializing WebSDR View (websdr_view)
[14/05/2024 15:45:13.698] [INFO] Initializing newpa (new_portaudio_sink)
Downloading separate debug info for /usr/lib/libnss_systemd.so.2
ALSA lib pcm_dsnoop.c:567:(snd_pcm_dsnoop_open) unable to open slave                                                                                                                                                                               
ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
[New Thread 0x7fff4ea006c0 (LWP 241233)]                                                                                                                                                                                                           
[New Thread 0x7fff4f4006c0 (LWP 241234)]
[Thread 0x7fff4f4006c0 (LWP 241234) exited]
[New Thread 0x7fff4f4006c0 (LWP 241235)]
[New Thread 0x7fff4cc006c0 (LWP 241236)]
[Thread 0x7fff4cc006c0 (LWP 241236) exited]
[Thread 0x7fff4f4006c0 (LWP 241235) exited]
[Thread 0x7fff4ea006c0 (LWP 241233) exited]
[New Thread 0x7fff4ea006c0 (LWP 241238)]
[New Thread 0x7fff4cc006c0 (LWP 241239)]
[New Thread 0x7fff4cc006c0 (LWP 241240)]
[Thread 0x7fff4cc006c0 (LWP 241239) exited]
[New Thread 0x7fff4f4006c0 (LWP 241241)]
[Thread 0x7fff4f4006c0 (LWP 241241) exited]
[Thread 0x7fff4cc006c0 (LWP 241240) exited]
[Thread 0x7fff4ea006c0 (LWP 241238) exited]
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp                                                                                                                                                                             
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
[New Thread 0x7fff4ea006c0 (LWP 241242)]
[New Thread 0x7fff4f4006c0 (LWP 241243)]
[New Thread 0x7fff4cc006c0 (LWP 241244)]
[Thread 0x7fff4cc006c0 (LWP 241244) exited]
[Thread 0x7fff4f4006c0 (LWP 241243) exited]
[Thread 0x7fff4ea006c0 (LWP 241242) exited]
[New Thread 0x7fff4ea006c0 (LWP 241246)]
[New Thread 0x7fff4f4006c0 (LWP 241247)]
[New Thread 0x7fff4cc006c0 (LWP 241248)]
[Thread 0x7fff4cc006c0 (LWP 241248) exited]
[Thread 0x7fff4f4006c0 (LWP 241247) exited]
[Thread 0x7fff4ea006c0 (LWP 241246) exited]
[New Thread 0x7fff4ea006c0 (LWP 241249)]
[Thread 0x7fff4ea006c0 (LWP 241249) exited]
[New Thread 0x7fff4ea006c0 (LWP 241251)]
[Thread 0x7fff4ea006c0 (LWP 241251) exited]
Downloading separate debug info for /usr/lib/libgsm.so.1                                                                                                                                                                                           
Downloading separate debug info for /usr/lib/libx264.so.164                                                                                                                                                                                        
Downloading separate debug info for /usr/lib/libx265.so.199                                                                                                                                                                                        
Downloading separate debug info for /usr/lib/libxvidcore.so.4                                                                                                                                                                                      
Downloading separate debug info for /opt/cuda/lib64/libOpenCL.so.1                                                                                                                                                                                 
Downloading separate debug info for /usr/lib/libsoxr.so.0                                                                                                                                                                                          
ALSA lib pcm_a52.c:1001:(_snd_pcm_a52_open) a52 is only for playback                                                                                                                                                                               
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card                                                                                                                                                                                   
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave
[New Thread 0x7fff4ea006c0 (LWP 241252)]
[New Thread 0x7fff4f4006c0 (LWP 241253)]
[New Thread 0x7fff4cc006c0 (LWP 241254)]
[Thread 0x7fff4cc006c0 (LWP 241254) exited]
[Thread 0x7fff4f4006c0 (LWP 241253) exited]
[Thread 0x7fff4ea006c0 (LWP 241252) exited]
[New Thread 0x7fff4ea006c0 (LWP 241257)]
[New Thread 0x7fff4f4006c0 (LWP 241258)]
[New Thread 0x7fff4cc006c0 (LWP 241259)]
[Thread 0x7fff4cc006c0 (LWP 241259) exited]
[Thread 0x7fff4f4006c0 (LWP 241258) exited]
[Thread 0x7fff4ea006c0 (LWP 241257) exited]
[New Thread 0x7fff4ea006c0 (LWP 241260)]
[New Thread 0x7fff4f4006c0 (LWP 241261)]
[Thread 0x7fff4f4006c0 (LWP 241261) exited]
[New Thread 0x7fff4f4006c0 (LWP 241262)]
[New Thread 0x7fff4cc006c0 (LWP 241263)]
[New Thread 0x7fff35c006c0 (LWP 241264)]
[14/05/2024 15:45:15.060] [INFO] Loading color maps
[14/05/2024 15:45:15.060] [INFO] Loading /usr/share/sdrpp/colormaps/magma.json
[14/05/2024 15:45:15.061] [INFO] Loading /usr/share/sdrpp/colormaps/temper_colors.json
[14/05/2024 15:45:15.064] [INFO] Loading /usr/share/sdrpp/colormaps/smoke.json
[14/05/2024 15:45:15.066] [INFO] Loading /usr/share/sdrpp/colormaps/classic.json
[14/05/2024 15:45:15.069] [INFO] Loading /usr/share/sdrpp/colormaps/greyscale.json
[14/05/2024 15:45:15.070] [INFO] Loading /usr/share/sdrpp/colormaps/turbo.json
[14/05/2024 15:45:15.074] [INFO] Loading /usr/share/sdrpp/colormaps/websdr.json
[14/05/2024 15:45:15.076] [INFO] Loading /usr/share/sdrpp/colormaps/gqrx.json
[14/05/2024 15:45:15.076] [INFO] Loading /usr/share/sdrpp/colormaps/vivid.json
[14/05/2024 15:45:15.077] [INFO] Loading /usr/share/sdrpp/colormaps/electric.json
[14/05/2024 15:45:15.077] [INFO] Loading /usr/share/sdrpp/colormaps/plasma.json
[14/05/2024 15:45:15.078] [INFO] Loading /usr/share/sdrpp/colormaps/classic_green.json
[14/05/2024 15:45:15.078] [INFO] Loading /usr/share/sdrpp/colormaps/inferno.json
[14/05/2024 15:45:15.078] [INFO] Loading /usr/share/sdrpp/colormaps/viridis.json
[Thread 0x7fff7e0006c0 (LWP 241171) exited]
[Thread 0x7fff85e006c0 (LWP 241161) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff85e006c0 (LWP 241267)]
[Thread 0x7fff84a006c0 (LWP 241164) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff84a006c0 (LWP 241268)]
[Resamp] predec: 4, interp: 4, decim: 5, inacc: 0.000000%, taps: 380
[Thread 0x7fffb74006c0 (LWP 241156) exited]
[Thread 0x7fffb7e006c0 (LWP 241157) exited]
[Thread 0x7fffb6a006c0 (LWP 241155) exited]
[New Thread 0x7fffb7e006c0 (LWP 241269)]
[New Thread 0x7fffb74006c0 (LWP 241270)]
[New Thread 0x7fffb6a006c0 (LWP 241271)]
[New Thread 0x7fff7e0006c0 (LWP 241272)]
[14/05/2024 15:45:15.083] [INFO] New DSP samplerate: 1000000.000000 (source samplerate is 1000000.000000)
[14/05/2024 15:45:15.083] [INFO] FileSourceModule 'File Source': Menu Select!
[Thread 0x7fffc50006c0 (LWP 241085) exited]
[New Thread 0x7fffc50006c0 (LWP 241273)]
[Thread 0x7fffcca006c0 (LWP 241084) exited]
[New Thread 0x7fffcca006c0 (LWP 241274)]
[Thread 0x7fff7e0006c0 (LWP 241272) exited]
[Thread 0x7fff85e006c0 (LWP 241267) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff85e006c0 (LWP 241275)]
[Thread 0x7fff84a006c0 (LWP 241268) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff84a006c0 (LWP 241276)]
[Resamp] predec: 4, interp: 4, decim: 5, inacc: 0.000000%, taps: 380
[Thread 0x7fffb6a006c0 (LWP 241271) exited]
[Thread 0x7fffb74006c0 (LWP 241270) exited]
[Thread 0x7fffb7e006c0 (LWP 241269) exited]
[New Thread 0x7fffb6a006c0 (LWP 241277)]
[New Thread 0x7fffb74006c0 (LWP 241278)]
[New Thread 0x7fffb7e006c0 (LWP 241279)]
[New Thread 0x7fff7e0006c0 (LWP 241280)]
[Thread 0x7fff7e0006c0 (LWP 241280) exited]
[Thread 0x7fff85e006c0 (LWP 241275) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff85e006c0 (LWP 241281)]
[Thread 0x7fff84a006c0 (LWP 241276) exited]
[Resamp] predec: 32, interp: 96, decim: 125, inacc: 0.000000%, taps: 9500
[New Thread 0x7fff84a006c0 (LWP 241282)]
[Resamp] predec: 4, interp: 4, decim: 5, inacc: 0.000000%, taps: 380
[Thread 0x7fffb74006c0 (LWP 241278) exited]
[Thread 0x7fffb7e006c0 (LWP 241279) exited]
[Thread 0x7fffb6a006c0 (LWP 241277) exited]
[New Thread 0x7fffb7e006c0 (LWP 241283)]
[New Thread 0x7fffb74006c0 (LWP 241284)]
[New Thread 0x7fffb6a006c0 (LWP 241285)]
[New Thread 0x7fff7e0006c0 (LWP 241286)]
[14/05/2024 15:45:15.086] [INFO] New DSP samplerate: 1000000.000000 (source samplerate is 1000000.000000)
[14/05/2024 15:45:15.086] [INFO] rawFFTS: 0x0x5555560fc540, length 0
[Thread 0x7fffb74006c0 (LWP 241284) exited]
[Thread 0x7fffb6a006c0 (LWP 241285) exited]
[Thread 0x7fffb7e006c0 (LWP 241283) exited]
[New Thread 0x7fffb6a006c0 (LWP 241287)]
[New Thread 0x7fffb74006c0 (LWP 241288)]
[New Thread 0x7fffb7e006c0 (LWP 241289)]
[Thread 0x7fffb7e006c0 (LWP 241289) exited]
[Thread 0x7fffb74006c0 (LWP 241288) exited]
[Thread 0x7fffb6a006c0 (LWP 241287) exited]
[New Thread 0x7fffb7e006c0 (LWP 241290)]
[New Thread 0x7fffb74006c0 (LWP 241291)]
[New Thread 0x7fffb6a006c0 (LWP 241292)]
[Thread 0x7fffb6a006c0 (LWP 241292) exited]
[Thread 0x7fffb74006c0 (LWP 241291) exited]
[Thread 0x7fffb7e006c0 (LWP 241290) exited]
[New Thread 0x7fffb6a006c0 (LWP 241293)]
[New Thread 0x7fffb74006c0 (LWP 241294)]
[New Thread 0x7fffb7e006c0 (LWP 241295)]
[14/05/2024 15:45:15.090] [INFO] FileSourceModule 'File Source': Tune: 1220238.000000!
[14/05/2024 15:45:15.090] [INFO] Running post-init for Airspy Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for AirspyHF+ Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for Audio Sink
[14/05/2024 15:45:15.090] [INFO] Running post-init for Audio Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for FT8/FT4 Decoder
[14/05/2024 15:45:15.090] [INFO] Running post-init for File Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for Frequency Manager
[14/05/2024 15:45:15.090] [INFO] Running post-init for HackRF Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for Hermes Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for KiwiSDR Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for Network Sink
[14/05/2024 15:45:15.090] [INFO] Running post-init for Noise Reduction logmmse
[14/05/2024 15:45:15.090] [INFO] Running post-init for PlutoSDR Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for RFspace Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for RTL-SDR Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for RTL-TCP Source
[14/05/2024 15:45:15.090] [INFO] Running post-init for Radio
[Thread 0x7fff7cc006c0 (LWP 241213) exited]
[New Thread 0x7fff7cc006c0 (LWP 241296)]
[Thread 0x7fff7cc006c0 (LWP 241296) exited]
[New Thread 0x7fff7cc006c0 (LWP 241297)]
[Thread 0x7fff7e0006c0 (LWP 241286) exited]
[Resamp] predec: 64, interp: 24, decim: 25, inacc: 0.000000%, taps: 1900
[New Thread 0x7fff7e0006c0 (LWP 241298)]
[Thread 0x7fff7cc006c0 (LWP 241297) exited]
[Thread 0x7fff4fe006c0 (LWP 241228) exited]
[Resamp] predec: 8192, interp: 16, decim: 5, inacc: 0.000000%, taps: 1216
[Resamp] predec: 8192, interp: 64, decim: 5, inacc: 0.000000%, taps: 4864
[New Thread 0x7fff4fe006c0 (LWP 241299)]
[New Thread 0x7fff7cc006c0 (LWP 241300)]
[New Thread 0x7fff352006c0 (LWP 241301)]
[14/05/2024 15:45:15.092] [WARN] Demod switch took 1955 us
[14/05/2024 15:45:15.092] [INFO] Running post-init for Recorder
[Thread 0x7fff72a006c0 (LWP 241216) exited]
[New Thread 0x7fff72a006c0 (LWP 241302)]
[New Thread 0x7fff2be006c0 (LWP 241303)]
[New Thread 0x7fff2b4006c0 (LWP 241304)]
[New Thread 0x7fff2aa006c0 (LWP 241305)]
[14/05/2024 15:45:15.093] [INFO] Running post-init for Rigctl Server
[14/05/2024 15:45:15.093] [INFO] Running post-init for SDR++ Server Source
[14/05/2024 15:45:15.093] [INFO] Running post-init for SoapySDR Source
[14/05/2024 15:45:15.093] [INFO] Running post-init for SpyServer Source
[14/05/2024 15:45:15.093] [INFO] Running post-init for WebSDR View
[14/05/2024 15:45:15.093] [INFO] Running post-init for newpa
[Resamp] predec: 4, interp: 5, decim: 6, inacc: 0.000000%, taps: 456
[14/05/2024 15:45:15.093] [INFO] Init insider QSOAudioRecorder
[14/05/2024 15:45:15.093] [INFO] Init insider QSOAudioRecorder p.2 
[14/05/2024 15:45:15.093] [INFO] Init insider QSOAudioRecorder p.3
[Thread 0x7fff72a006c0 (LWP 241302) exited]
[New Thread 0x7fff72a006c0 (LWP 241306)]
[14/05/2024 15:45:15.093] [INFO] Init insider QSOAudioRecorder p.4
[New Thread 0x7fff2a0006c0 (LWP 241307)]
[New Thread 0x7fff296006c0 (LWP 241308)]
[14/05/2024 15:45:15.093] [INFO] Ready.
[Thread 0x7fff72a006c0 (LWP 241306) exited]
[New Thread 0x7fff72a006c0 (LWP 241309)]
[New Thread 0x7fff28c006c0 (LWP 241310)]
[Thread 0x7fff7e0006c0 (LWP 241298) exited]
[Thread 0x7fff85e006c0 (LWP 241281) exited]
[Resamp] predec: 32, interp: 16, decim: 19, inacc: 0.000000%, taps: 1444
[New Thread 0x7fff85e006c0 (LWP 241311)]
[Thread 0x7fff84a006c0 (LWP 241282) exited]
[Resamp] predec: 32, interp: 16, decim: 19, inacc: 0.000000%, taps: 1444
[New Thread 0x7fff84a006c0 (LWP 241312)]
[Resamp] predec: 32, interp: 10, decim: 19, inacc: 0.000000%, taps: 1444
[Thread 0x7fffb74006c0 (LWP 241294) exited]
[Thread 0x7fffb7e006c0 (LWP 241295) exited]
[Thread 0x7fffb6a006c0 (LWP 241293) exited]
[New Thread 0x7fffb7e006c0 (LWP 241313)]
[New Thread 0x7fffb74006c0 (LWP 241314)]
[New Thread 0x7fffb6a006c0 (LWP 241315)]
[New Thread 0x7fff7e0006c0 (LWP 241316)]
[14/05/2024 15:45:15.095] [INFO] New DSP samplerate: 912000.000000 (source samplerate is 912000.000000)
[14/05/2024 15:45:15.095] [INFO] FileSourceModule 'File Source': Tune: 1220238.000000!
[Thread 0x7fff7e0006c0 (LWP 241316) exited]
[Thread 0x7fff85e006c0 (LWP 241311) exited]
[Resamp] predec: 32, interp: 16, decim: 19, inacc: 0.000000%, taps: 1444
[New Thread 0x7fff85e006c0 (LWP 241317)]
[Thread 0x7fff84a006c0 (LWP 241312) exited]
[Resamp] predec: 32, interp: 16, decim: 19, inacc: 0.000000%, taps: 1444
[New Thread 0x7fff84a006c0 (LWP 241318)]
[Resamp] predec: 32, interp: 10, decim: 19, inacc: 0.000000%, taps: 1444
[Thread 0x7fffb6a006c0 (LWP 241315) exited]
[Thread 0x7fffb74006c0 (LWP 241314) exited]
[Thread 0x7fffb7e006c0 (LWP 241313) exited]
[New Thread 0x7fffb6a006c0 (LWP 241319)]
[New Thread 0x7fffb74006c0 (LWP 241320)]
[New Thread 0x7fffb7e006c0 (LWP 241321)]
[New Thread 0x7fff7e0006c0 (LWP 241322)]
[14/05/2024 15:45:15.097] [INFO] New DSP samplerate: 912000.000000 (source samplerate is 912000.000000)
[14/05/2024 15:45:15.097] [INFO] FileSourceModule 'File Source': Tune: 1220238.000000!
[14/05/2024 15:45:15.097] [INFO] onresize: dataWidth=2473 wsx=2533.000000
[14/05/2024 15:45:15.097] [INFO] onresize: waterfallHeight=783 sz=2252903
[14/05/2024 15:45:15.110] [INFO] FileSourceModule 'File Source': Tune: 1220238.000000!
[New Thread 0x7fffbd2006c0 (LWP 241323)]
[Thread 0x7fffbd2006c0 (LWP 241170) exited]
[Thread 0x7fff7ea006c0 (LWP 241169) exited]
[New Thread 0x7fff7ea006c0 (LWP 241324)]
[14/05/2024 15:45:28.833] [INFO] FileSourceModule 'File Source': Start!
[14/05/2024 15:45:28.833] [INFO] FileSourceModule 'File Source': Tune: 1220238.000000!
[Resamp] predec: 16, interp: 5, decim: 6, inacc: 0.000000%, taps: 456
[New Thread 0x7fffbd2006c0 (LWP 241325)]
[Thread 0x7fffbd2006c0 (LWP 241323) exited]
[New Thread 0x7fff1fe006c0 (LWP 241326)]
[14/05/2024 15:45:30.383] [INFO] Resetting IF NR LogMMSE

Sampling initially
Sampling piece... srate=912000 Slen=18240 nFFT=36480
/usr/include/c++/14.1.1/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = int; _Alloc = std::allocator<int>; reference = int&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.

Thread 230 "block:IFNRLogMM" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff1fe006c0 (LWP 241326)]
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44            return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;                                                                                                                                                            
(gdb) bt
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x00007ffff76a8eb3 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78
#2  0x00007ffff7650a30 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3  0x00007ffff76384c3 in __GI_abort () at abort.c:79
#4  0x00007ffff68d2d60 in std::__glibcxx_assert_fail (file=<optimized out>, line=<optimized out>, function=<optimized out>, condition=<optimized out>) at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/assert_fail.cc:41
#5  0x00007fffe0bdc62f in ??? () at /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so
#6  0x00007fffe0be65e7 in dsp::IFNRLogMMSE::run() () at /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so
#7  0x00007ffff78f019a in dsp::block::workerLoop() () at /usr/lib/libsdrpp_core.so
#8  0x00007ffff68e0c84 in std::execute_native_thread_routine (__p=0x5555b1d3bbd0) at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/thread.cc:104
#9  0x00007ffff76a6ded in start_thread (arg=<optimized out>) at pthread_create.c:447
#10 0x00007ffff772a0dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

As for baseband recording: https://deadfrog.org/baseband_1220238Hz_15-22-09_14-05-2024.wav

I'm in full acknowledgement that there might be something odd with my setup, as I've had to do some hacky things for other stuff in the past and this may be the root cause of some other issues... So by all means, if this is my fault, you have permission to admonish me for wasting your time, preferably upon revealing what you're seeing that could indicate hacky shenanigans... But that Baseband NR is amazing on my other devices, an absolute game changer that I hope to use on my big rig.

AMENDED: With the new CPU usage indicator in the latest update, CPU utilization shows 100% within a half second.. and CPU does go to 100% on the core it's using, if that's useful info.

sannysanoff commented 1 month ago

inside your stack trace it is unfortunately impossible to detect where exactly the out of bounds error happened. For some reason, debug information is missing in your stack traces. For example,

4 0x00007ffff68d2d60 in std::__glibcxx_assert_fail (file=, line=, function=, condition=) at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/assert_fail.cc:41

5 0x00007fffe0bdc62f in ??? () at /usr/lib/sdrpp/plugins/noise_reduction_logmmse.so

^^^^^^^^^^^^^^^^^^^^

this address is not translated to line number or symbol. Looks like you're running release version. Please build with

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo

Ensure it has debug info.

In general, it has a lot of array (vector) access using operator[] to check them all. I tried to simulate slow CPU by adding various delay loops, but it worked in my case all time.

HOWEVER, I added slow cpu check, NR will switch off automatically when CPU usage is too high for two 400 msec iterations in row.

Hope it doesn't spoil all enjoyment.

sannysanoff commented 1 month ago

also I optimized NR by 10-15 %, but looks lit it was already in your last build that you tested.

soulnull commented 1 month ago

That's definitely interesting, as I have certainly added it to the PKGBUILD.

I'm going to wipe out that whole /usr/lib/sdrpp folder and try again, maybe it's a stale old library.

AMENDED: No luck. Also it's apparently happening too quick for the two 400ms iterations to turn it off.. i can manually flip it on and right back off and hear it engage and disengage.. it's so bizarre.

As for the debug info, still no dice.. I'll further amend this as I poke around and see if I can figure out why even with this flag it's refusing to give the correct symbols. I'll build manually without the pkgbuild, since I'm just recycling the original sdrpp PKGBUILD and I wonder if some optimizations are stripping them out after the fact or such.

AMENDED 2: Well, I rebuilt manually and got backtrace to show more info, but realized that my default of -O3 was stripping out some symbols, so forced a rebuild with -O0 to keep the debug symbols and...... It doesn't crash... Huh. I'll rebuild with -O2 and see if it's happy with that, as obviously -O3 can be problematic (as we're seeing here)

soulnull commented 1 month ago

User error: systemwide -O3 override causes crashes, default -O2 does not. Modifying the PKGBUILD to override the systemwide override back to -O2 fixes the crashes. I will close this.