]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/macros/isegv.C
Check if global g_trkcnt has been reset and attempt to reinitialize it from TrackCoun...
[u/mrichter/AliRoot.git] / EVE / macros / isegv.C
CommitLineData
5a5a1232 1// $Header$
2// Cause ROOT to properly crash and dump core on SigSEGV.
3
4{
5 gSystem->IgnoreSignal(kSigSegmentationViolation, true);
6}