]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/isegv.C
Temporary replacement of Form by sprintf to avoid problems on some platforms (alpahli...
[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 }