Query: trace_signal_overflow_fail
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_SIGNAL_OVERFLO(9) SIGNAL TRACE_SIGNAL_OVERFLO(9)NAMEtrace_signal_overflow_fail - called when signal queue is overflowSYNOPSISvoid trace_signal_overflow_fail(int sig, int group, struct siginfo * info);ARGUMENTSsig signal number group signal to process group or not (bool) info pointer to struct siginfoDESCRIPTIONKernel fails to generate 'sig' signal with 'info' siginfo, because siginfo queue is overflow, and the signal is dropped. 'group' is not 0 if the signal will be sent to a process group. 'sig' is always one of RT signals.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TRACE_SIGNAL_OVERFLO(9)