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

Linux segfault on exit #1461

Open
WickedSmoke opened this issue Apr 5, 2023 · 0 comments
Open

Linux segfault on exit #1461

WickedSmoke opened this issue Apr 5, 2023 · 0 comments

Comments

@WickedSmoke
Copy link

The studio program always crashes on exit in AudioTask::task() on Fedora 37.

In the audio thread this is linux/audio_device.cpp line 434:
snd_pcm_sframes_t frames_written = m_device.m_api.snd_pcm_writei(m_device.m_device, buffer, frames_avail);

When stepping through the main thread this occurs around line 424 in studio_app.cpp: m_add_cmp_plugins.clear();

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

No branches or pull requests

1 participant