-
Notifications
You must be signed in to change notification settings - Fork 449
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
Program crashes (Core Dump) when trying to add a Frequency Scanner channel #2262
Comments
Backing out the changes in this diff seems to correct the problem, but my 1970's K&R C experience doesn't give me the ability to fix the intent of the original change.
|
Probably this PR deserves a second look
|
After double checking only the Frequency Scanner has this bug. I think the cleanup went a bit too far there where it is justified for other plugins. |
Program crashes when trying to add a Frequency Scanner channel to the opened program.
Or if the last closed program was from before the bug and had a Frequency Scanner channel it crashes on startup until the saved configuration is deleted.
Self compiled master on openSUSE Leap 15.6
Qt - 5.15.12 gcc11-c++ - 11.3.0
Git bisect says bad commit is [d2e89b7] Fix PR comments
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[d2e89b7] Fix PR comments
gdb
Thread 73 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff73fff6c0 (LWP 27561)]
0x00007fffb0ca9968 in FreqScanner::calcScannerSampleRate(int, int, int&, int&, int&) ()
from /home/jim/download/radio/sdrangel/sdrangel/build/lib/plugins/libfreqscanner.so
The text was updated successfully, but these errors were encountered: