[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/program/SIGFPE [Back]  [Original]

SIGTERM, SIGSEGV, SIGINT, SIGILL, SIGABRT, SIGFPE cppreference.com
cppreference.com

SIGTERM, SIGSEGV, SIGINT, SIGILL, SIGABRT, SIGFPE

cppreference.com

<metanoindex/>

<tbody> </tbody>
<signal.h>
#define SIGTERM /*implementation defined*/
#define SIGSEGV /*implementation defined*/
#define SIGINT /*implementation defined*/
#define SIGILL /*implementation defined*/
#define SIGABRT /*implementation defined*/
#define SIGFPE /*implementation defined*/
, , .
:
Each of the above macro constants to an integer constant expression with distinct values, which represent different signals sent to the program.
Google.
. .
Constant
:
Constant
Google.
. .
Explanation
SIGTERM
,
:
termination request, sent to the program
Google.
. .
SIGSEGV
( )
:
invalid memory access (segmentation fault)
Google.
. .
SIGINT
, ,
:
external interrupt, usually initiated by the user
Google.
. .
SIGILL
,
:
invalid program image, such as invalid instruction
Google.
. .
SIGABRT
, , abort()
:
abnormal termination condition, as is e.g. initiated by abort()
Google.
. .
SIGFPE
,
:
erroneous arithmetic operation such as divide by zero
Google.
. .

.


() []

() []
C++ signal types

Web Proxy Viewer  |  New URL  |  Original Page