We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hardware
Software
Bug Description SDR++ crashes, leaving the following message on terminal: [17/07/2024 17:27:23.000] [WARN] Demod switch took 12165 us [17/07/2024 17:27:23.000] [INFO] Rigctl command: 'AOS' [17/07/2024 17:27:28.000] [INFO] Rigctl command: 'LOS' sdrpp: /root/SDRPlusPlus/core/src/imgui/imgui.cpp:8121: void ImGuiStackSizes::CompareWithCurrentState(): Assertion `SizeOfItemFlagsStack >= g.ItemFlagsStack.Size && "PushItemFlag/PopItemFlag Mismatch!"' failed. Aborted (core dumped)
Steps To Reproduce
The text was updated successfully, but these errors were encountered:
It's a known thread safety issue
Sorry, something went wrong.
No branches or pull requests
Hardware
Software
Bug Description
SDR++ crashes, leaving the following message on terminal:
[17/07/2024 17:27:23.000] [WARN] Demod switch took 12165 us
[17/07/2024 17:27:23.000] [INFO] Rigctl command: 'AOS'
[17/07/2024 17:27:28.000] [INFO] Rigctl command: 'LOS'
sdrpp: /root/SDRPlusPlus/core/src/imgui/imgui.cpp:8121: void ImGuiStackSizes::CompareWithCurrentState(): Assertion `SizeOfItemFlagsStack >= g.ItemFlagsStack.Size && "PushItemFlag/PopItemFlag Mismatch!"' failed.
Aborted (core dumped)
Steps To Reproduce
The text was updated successfully, but these errors were encountered: