LumixEngine icon indicating copy to clipboard operation
LumixEngine copied to clipboard

Linux segfault on exit

Open WickedSmoke opened this issue 1 year ago • 0 comments

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();

WickedSmoke avatar Apr 05 '23 23:04 WickedSmoke