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

j.filter~: thread-safety crash #1001

Open
tap opened this issue Mar 2, 2016 · 1 comment
Open

j.filter~: thread-safety crash #1001

tap opened this issue Mar 2, 2016 · 1 comment
Assignees
Milestone

Comments

@tap
Copy link
Member

tap commented Mar 2, 2016

Using the "benchmark" tab of the j.filter~ help patcher I just saw a crash switching from the halfband.9 filter to the halfband.33.

It was a thread-safety problem: the halfband.9 was still being processed in the perform routine at the same time that the halfband.9 allpass filters were being deleted.

Ouch!

@tap tap self-assigned this Mar 2, 2016
@tap tap added this to the 1.0/externals milestone Mar 2, 2016
@lossius
Copy link
Member

lossius commented Apr 20, 2016

Is this something that we'll manage to fix in Jamoma 1, or is it depending on Jamoma 2?

Alternatively I guess that we'll have to schedule change of filter for the future, and do it in between vector processing?

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

No branches or pull requests

2 participants