reduced effectiveness of raising fatal errors (RMGLog::fatal
) in multithreaded runs
#200
Labels
bug
Something isn't working
RMGLog::fatal
) in multithreaded runs
#200
RMGLog::Out(RMGLog::fatal, ...)
is does not terminate the application when called on a worker thread.G4RunManager::GetRunManager()->AbortRun()
is also of no use to abort the whole run, if used in anyBeginOfRunAction
see #198 for a related issue
The text was updated successfully, but these errors were encountered: