1TRACE_SIGNAL_OVERFLO(9)             SIGNAL             TRACE_SIGNAL_OVERFLO(9)
2
3
4

NAME

6       trace_signal_overflow_fail - called when signal queue is overflow
7

SYNOPSIS

9       void trace_signal_overflow_fail(int sig, int group,
10                                       struct siginfo * info);
11

ARGUMENTS

13       sig
14           signal number
15
16       group
17           signal to process group or not (bool)
18
19       info
20           pointer to struct siginfo
21

DESCRIPTION

23       Kernel fails to generate 'sig' signal with 'info' siginfo, because
24       siginfo queue is overflow, and the signal is dropped. 'group' is not 0
25       if the signal will be sent to a process group. 'sig' is always one of
26       RT signals.
27

AUTHORS

29       Jason Baron <jbaron@redhat.com>
30           Author.
31
32       William Cohen <wcohen@redhat.com>
33           Author.
34
36Kernel Hackers Manual 2.6.       November 2011         TRACE_SIGNAL_OVERFLO(9)
Impressum