Skip to content
Snippets Groups Projects
Commit 51c78246 authored by John Chapman's avatar John Chapman
Browse files

Protection against calling G4ThreadInitTool::terminateThread without having called initThread

Based on the discussion in ATLASSIM-4062, it seems that with the new version of TBB introduced
in `LCG_95` (see !21493) can sometimes try to call `G4ThreadInitTool::terminateThread` without
having first called `G4ThreadInitTool::initThread`. This causes the `G4ExHive-test` CI test
to fail at random. Adding some protection to `G4ThreadInitTool::terminateThread` to prevent
crashes in this case while the experts follow up with the TBB experts.
parent ba6b9d40
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment