Re: how to handle too many threads?

2022-03-08 Thread Brian Duggan
On Tuesday, March 8, Richard Hainsworth wrote: > I would like some help on a strategy to find what/where the problem is, and > how to prevent the error. Not sure if it will help since it looks like the issue is more low-level, but feel free to try out some very new functionality for debugging

how to handle too many threads?

2022-03-08 Thread Richard Hainsworth
Briefly I have lots of tests that individually run with no fails, but when run together I get a really strange run-time error: MoarVM oops: insert conflict, java is 437938227, 9 != 17 I think too many threads are being used. I'm not asking someone else to solve this problem, but for