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
I noticed that one already. It happened when leaving the app. The dealloc step doesn't wait for every asynchronous process. We need to dequeue and join each task in artff::AbstractFilter destructor.
Btw, such a crash is mostly releated to the vst. Even if the issue may come from spleeterpp, it would be better to notify such a crash in the plugin repository. Also, if you could give further detail about when if happened (were you adjusting a slider ? leaving the app ?) that would be most helpful.
gvne
changed the title
EXC_BAD_ACCESS (SIGSEGV)
[Bug] artff::AbstractFilter destructor does not wait for async task to join
May 27, 2020
On Tue, May 26, 2020 at 23:33 Guillaume Vincke ***@***.***> wrote:
I noticed that one already. It happened when leaving the app. The dealloc
step doesn't wait for every asynchronous process. We need to dequeue and
join each task in artff::AbstractFilter destructor.
Btw, such a crash is mostly releated to the vst. Even if the issue may
come from spleeterpp, it would be better to notify such a crash in the
plugin repository. Also, if you could give further detail about when if
happened (were you adjusting a slider ? leaving the app ?) that would be
most helpful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEGGFWNABC7OENGHKOFD7TRTSXYXANCNFSM4NLEGPXQ>
.
sorry this isn't more helpful. my vstSpleeter crashed Ableton and i found this in the MacOS logs. seems like the issue is in spleeterpp.
The text was updated successfully, but these errors were encountered: