Skip to content

Redirect SIGABRT to Abort Handler

Simon Spannagel requested to merge sigabrt into master

Geant4 emits SIGABRT (via abort()) for its fatal exceptions. Let's catch it to clean up and abort ourselves.

Merge request reports