Provided by:
systemtap-doc_0.0.20090214-1ubuntu1_all 
NAME
probe_signal.force_segv - Fires when a system call, kernel function, or
process sent a
SYNOPSIS
probe signal.force_segv
VALUES
sig_name
A string representation of the signal
sig
The number of the signal
pid_name
Name of the process receiving the signal
sig_pid
The PID of the process receiving the signal
DESCRIPTION
<command>SIGSEGV</command> as a result of problems it encountered while
handling a received signal
AUTHOR
William Cohen <wcohen@redhat.com>