I'm not sure what's the best way to report this, and to be honest, I don't know if this is Sylvan's fault or mine, but I have some computation that gets stuck. The 3 threads (I used sylvan_start (2, 0) to reduce the clutter) are in this position:
This is the main thread, active looping.
This is thread 2, with all conditions failing.
This is thread 3, constantly entering the first block.
Hi there,
I'm not sure what's the best way to report this, and to be honest, I don't know if this is Sylvan's fault or mine, but I have some computation that gets stuck. The 3 threads (I used
sylvan_start (2, 0)
to reduce the clutter) are in this position:This is the main thread, active looping.
This is thread 2, with all conditions failing.
This is thread 3, constantly entering the first block.
How can I help debugging this?