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
VM Region Info: 0x28 is not in any region. Bytes before following region: 4342415320
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 102d40000-102d44000 [ 16K] r-x/r-x SM=COW /Applications/SDR++.app/Contents/MacOS/sdrpp
The application crashes because if(vfo != null) is missing in the following part.
It looks like you are assigning an undefined value.
After modifying the code, the crash no longer occurs.
Hardware
Software
Bug Description
Crash when scrolling mouse over FFT and waterfall.
The crash report is below.
Additional info
The application crashes because
if(vfo != null)
is missing in the following part.It looks like you are assigning an undefined value.
After modifying the code, the crash no longer occurs.
SDRPlusPlus/core/src/gui/main_window.cpp
Lines 581 to 589 in e1c48e9
I will submit a pull request if needed.
The text was updated successfully, but these errors were encountered: