Open diracdeltas opened 4 years ago
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.
thanks for reply! i ran into this when deleting the vst from a channel.
On Tue, May 26, 2020 at 23:33 Guillaume Vincke notifications@github.com 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 https://github.com/gvne/spleeterpp/issues/19#issuecomment-634458226, 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.