Skip to content
Snippets Groups Projects
Commit bae26e26 authored by Emmanuel Le Guirriec's avatar Emmanuel Le Guirriec
Browse files

Merge branch '21.2-fixAthenaMPCrash' into '21.2'

Fixing bug in AthMpEvtLoopMgr introduced by problematic commits

See merge request atlas/athena!8755

Former-commit-id: 7fa677cda69efdadcb2a68a5220662cf21a25abc
parents a94a3e59 ac9cd521
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,8 @@ StatusCode AthMpEvtLoopMgr::executeRun(int maxevt)
}
// Restart the event selector in order to avoid segfault at stop()
ATH_CHECK(m_evtSelector->start());
// Removing the next line to fix https://its.cern.ch/jira/browse/ATLASG-935: might need to be revisited
//ATH_CHECK(m_evtSelector->start());
if(sc.isSuccess())
return generateOutputReport();
......
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