Crash in fluid.bufstats

can you make a real bug report on github please so I can chase this?

1 Like

Here you go:

I think it’s this:

  1. have fluid.bufstats~ @blocking 1
  2. send weights buffer to right inlet from high-priority thread
  3. send buffer into left inlet from high-priority thread

edit:
If you downloaded the updated abstraction two posts up, re-download it as it was still thread unsafe (I missed a @blocking change cable in the previous edit).