SIGTERM, SIGSEGV, SIGINT, SIGILL, SIGABRT, SIGFPE
cppreference.com
[] |
Google. . , . , . |
<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.
Constant
|
Explanation |
SIGTERM
|
,
|
SIGSEGV
|
( )
|
SIGINT
|
, ,
|
SIGILL
|
,
|
SIGABRT
|
|
SIGFPE
|
,
|
.
| () | |
| () | |
C++ signal types
| |