Skip to content
Snippets Groups Projects
Commit d397fc5a authored by James Beacham's avatar James Beacham
Browse files

Merge branch 'cherry-pick-7fa677cd' into '21.0'

Fixing bug in AthMpEvtLoopMgr introduced by problematic commits

See merge request atlas/athena!8767

Former-commit-id: d608f8bb7ac7044e131f5e973e850d24a1ba23ba
parents 66b3f716 f1c2ec86
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