Skip to content
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

V7.8.6 The program did not respond and crashed when trying to open "AudioOutput". #1574

Closed
BI4PYM opened this issue Jan 27, 2023 · 7 comments · Fixed by #1575
Closed

V7.8.6 The program did not respond and crashed when trying to open "AudioOutput". #1574

BI4PYM opened this issue Jan 27, 2023 · 7 comments · Fixed by #1575

Comments

@BI4PYM
Copy link

BI4PYM commented Jan 27, 2023

V7.8.6 The program did not respond and crashed when trying to open "AudioOutput".
There is no ATV modulator in the mode list of the TX device.
There is no IEEE 802.15.4 demodulator in the mode list of RX devices.
The IEEE 802.15.4 modulator of TX device cannot open the window, and the main program does not respond.

@srcejon
Copy link
Collaborator

srcejon commented Jan 27, 2023

What OS are you on?

There isn't an 802.15.4 demodulator. The modulator opens ok for me.

ATV mod missing is in #1525

@srcejon
Copy link
Collaborator

srcejon commented Jan 27, 2023

Crash in Audio output is due to m_worker being a nullpointer:

 AudioOutput::applySettings

    if (m_running) {
        m_worker->setIQMapping(settings.m_iqMapping);
    }

Looks like m_running isn't initialised.

srcejon added a commit to srcejon/sdrangel that referenced this issue Jan 27, 2023
@srcejon
Copy link
Collaborator

srcejon commented Jan 27, 2023

There's also a crash when closing Audio Output, looks like the mutex has been deleted, when AudioFifo::write is called.

image

Looks like a deleted FIFO in the audioFifos list:

image

@srcejon
Copy link
Collaborator

srcejon commented Jan 27, 2023

Reopened, as there's a second bug, when trying to close the Audio Output, as shown in the post above, that the patch doesn't address.

@srcejon srcejon reopened this Jan 27, 2023
@BI4PYM
Copy link
Author

BI4PYM commented Jan 27, 2023

What OS are you on?

There isn't an 802.15.4 demodulator. The modulator opens ok for me.

ATV mod missing is in #1525

Windows 11

@BI4PYM
Copy link
Author

BI4PYM commented Jan 27, 2023

What OS are you on?

There isn't an 802.15.4 demodulator. The modulator opens ok for me.

ATV mod missing is in #1525

image
IEEE 802.15.4 modulator is available most of the time and occasionally results in no response

@f4exb f4exb added this to the v7.9.0 milestone Feb 1, 2023
@github-actions
Copy link

This issue is going to be closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants