Replies: 1 comment 1 reply
-
I suspect a problem with in your script. Please include a replicate test case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a script which frequently gives ConcurrentModificationException errors soon after starting.
I think it will be very hard to provide anything near to a reproducible example! My script uses extensive caching:
We reach the stage where it looks like two jobs have been submitted to PBS.
Actor Thread 8 crashed, but I can't tell what it was doing at the point it crashed.
My script is long but ultimately not that complex. It is compiled from separate files which I change track, and outputs its own code with the processed data, which is the main novelty. It worked no problem for a long time, and I'm not sure what it is about the inputs or processing which is leading to this error.
I'd be very grateful for any pointers for chasing down ConcurrentModificationExceptions.
main.txt
Thanks,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions