]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/isegv.C
Separate import of standard macros into a special function so that
[u/mrichter/AliRoot.git] / EVE / macros / isegv.C
1 // $Header$
2 // Cause ROOT to properly crash and dump core on SigSEGV.
3
4 {
5  gSystem->IgnoreSignal(kSigSegmentationViolation, true);
6 }