]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/isegv.C
Merge from EVE-dev to HEAD.
[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 }