Man Page: tracehook_consider_fatal_signal
Operating Environment: suse
Section: 9
TRACEHOOK_CONSIDER_F(9) Kernel Internals TRACEHOOK_CONSIDER_F(9)NAMEtracehook_consider_fatal_signal - suppress special handling of fatal signalSYNOPSISint tracehook_consider_fatal_signal(struct task_struct * task, int sig);ARGUMENTStask task receiving the signal sig signal number being sentDESCRIPTIONReturn nonzero to prevent special handling of this termination signal. Normally handler for signal is SIG_DFL. It can be SIG_IGN if sig is ignored, in which case force_sig is about to reset it to SIG_DFL. When this returns zero, this signal might cause a quick termination that does not give the debugger a chance to intercept the signal. Called with or without task->sighand->siglock held. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_CONSIDER_F(9)
| Related Man Pages |
|---|
| sigset(3c) - hpux |
| signal(2) - redhat |
| ssetmask(2) - redhat |
| raise_default_signal(3) - netbsd |
| sigset(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Getting command output to putty window title. |
| Grant unprivileged user rights to see the output of echo|format but not modify disks |
| Migrating to UNIX |
| Tar Command |
| Docker learning Phase-I |