faq 109548043 - matsim-org/matsim-code-examples GitHub Wiki
by Renan Grace on 2017-05-19 12:38:14
Hi all,
We've had some issues in our model with "broken barrier exceptions". This happens on some machines, but not others for us. I understand this has something to do with multi-threading on the parallel events handlers. If anyone has experience with this, it would be good to understand what might be causing our exceptions.
Thanks in advance.
Renan.
by Michael Zilske on 2017-05-23 11:26:16
A BrokenBarrierException
can be caused by almost anything, because it can be an effect of any regular exception in multi-threaded code.
Please have a look at the log to see whether there is another, more specific, exception chained to it.