git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This commit was generated by cvs2svn to compensate for changes in r13732,
[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
}