ROOT logo
// $Id$
// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007

/**************************************************************************
 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
 * full copyright notice.                                                 *
 **************************************************************************/
// Cause ROOT to properly crash and dump core on SigSEGV.

{
 gSystem->IgnoreSignal(kSigSegmentationViolation, true);
}
 isegv.C:1
 isegv.C:2
 isegv.C:3
 isegv.C:4
 isegv.C:5
 isegv.C:6
 isegv.C:7
 isegv.C:8
 isegv.C:9
 isegv.C:10
 isegv.C:11
 isegv.C:12
 isegv.C:13
 isegv.C:14