Native Inspect Manual (H06.13+, J06.03+)
Table 12 TNS/E Signal Names
SIGSTOP
1
SIGHUP
1
SIGTSTP
1
SIGINT
SIGMEMERRSIGQUIT
1
SIGNOMEMSIGILL
SIGMEMMGRSIGURG
1
SIGSTKSIGABRT
SIGTIMEOUTSIGIO
1
SIGLIMITSIGFPE
SIGCONT
1
SIGKILL
1
SIGTTIN
1
SIGSEGV
SIGTTOU
1
SIGWINCH
1
SIGABND
1
SIGPIPE
1
SIGTERM
1
SIGALRM
1
SIGUSR2
1
SIGUSR1
1
SIGRECV
1
ZSIGCHLD
1
1
Indicates signals that apply only in the OSS environment. Other signals apply in both the OSS and native Guardian
environments.
Example
In this example of the mh command and the ih Command, the first mh command causes the signal
to be reported to the debugger; the second mh command restores the default signal handler; and
the ih command displays information about the signal handlers:
(eInspect 4,658): mh SIGNOMEM DIG_DBG
(eInspect 4,658): mh SIGCHLD SIG_DFL
(eInspect 4,658): ih
Signal Priv/Non Handler Mask Flags
SIGHUP N 0xfffc0000 0x0 0x0
SIGINT N 0xfffc0000 0x0 0x0
SIGQUIT N 0xfffc0000 0x0 0x0
SIGILL N 0xfffc0000 0x0 0x0
SIGURG N 0xfffc0001 0x0 0x0
SIGABRT N 0xfffc0000 0x0 0x0
SIGIO N 0xfffc0001 0x0 0x0
SIGFPE N 0xfffc0000 0x0 0x0
SIGKILL N 0xfffc0000 0x0 0x0
SIGSEGV N 0xfffc0000 0x0 0x0
SIGWINCH N 0xfffc0001 0x0 0x0
SIGPIPE N 0xfffc0000 0x0 0x0
SIGALRM N 0xfffc0000 0x0 0x0
SIGTERM N 0xfffc0000 0x0 0x0
SIGUSR1 N 0xfffc0000 0x0 0x0
SIGUSR2 N 0xfffc0000 0x0 0x0
SIGCHLD N 0xfffc0000 0x0 0x0
SIGRECV N 0xfffc0001 0x0 0x0
SIGSTOP N 0xfffc0000 0x0 0x0
SIGTSTP N 0xfffc0000 0x0 0x0
SIGMEMERR N 0xfffc0000 0x0 0x0
SIGNOMEM N 0xd 0x0 0x0
SIGMEMMGR N 0xfffc0000 0x0 0x0
mh Command 101










