OpenTP1 Version 7 Programming Reference COBOL Language
Table 1-7 UAP signals set by OpenTP1
Signal name | Setting at the time of UAP process creation | Operation |
---|---|---|
SIGHUP | SIG_DFL (default) | exit |
SIGINT | SIG_IGN (ignored) | ignore |
SIGQUIT | SIG_DFL (default) | core |
SIGILL | SIG_DFL (default) | core |
SIGTRAP | SIG_IGN (ignored) | ignore |
SIGIOT# | SIG_DFL (default) | core |
SIGABRT# | SIG_DFL (default) | core |
SIGEMT | SIG_DFL (default) | core |
SIGFEP | SIG_DFL (default) | core |
SIGKILL | -- | exit |
SIGBUS | SIG_DFL (default) | core |
SIGSEGV | SIG_DFL (default) | core |
SIGSYS | SIG_DFL (default) | core |
SIGPIPE# | SIG_IGN (ignored) | ignore |
SIGALRM | SIG_IGN (ignored) | ignore |
SIGTERM | SIG_DFL (default) | exit |
SIGUSR1 | SIG_IGN (ignored) | ignore |
SIGUSR2 | SIG_IGN (ignored) | ignore |
SIGCLD | SIG_DFL (default) | ignore |
All Rights Reserved. Copyright (C) 2006, 2010, Hitachi, Ltd.