Public Member Functions | List of all members
sigSegv Class Reference

Signal handler for SEGV interupt. More...

Public Member Functions

 sigSegv ()
 Construct null. More...
 
 ~sigSegv ()
 Destructor. More...
 
void set (const bool verbose)
 Activate SIGSEGV signal handler. More...
 

Detailed Description

Signal handler for SEGV interupt.

The standard interupt handler is overridden to ensure that the runningJob file is removed.

See also
Foam::JobInfo
Source files

Definition at line 54 of file sigSegv.H.

Constructor & Destructor Documentation

◆ sigSegv()

sigSegv ( )

Construct null.

Definition at line 60 of file sigSegv.C.

◆ ~sigSegv()

~sigSegv ( )

Destructor.

Definition at line 68 of file sigSegv.C.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

Member Function Documentation

◆ set()

void set ( const bool  verbose)

Activate SIGSEGV signal handler.

Definition at line 82 of file sigSegv.C.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Referenced by argList::parse().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: