git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
new function
[u/mrichter/AliRoot.git]
/
EVE
/
macros
/
isegv.C
Commit
Line
Data
5a5a1232
1
// $Header$
2
// Cause ROOT to properly crash and dump core on SigSEGV.
3
4
{
5
gSystem->IgnoreSignal(kSigSegmentationViolation, true);
6
}