Skip to content

faq 109548043

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Broken barrier exception

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.


Comments: 1


Re: Broken barrier exception

by Michael Zilske on 2017-05-23 11:26:16

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.

Clone this wiki locally