1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
.\" t
.TH ERROR::REPORTING 7stap
.SH NAME
error::reporting \- systemtap error reporting
.SH COMMERCIAL SUPPORT
If you have a commercial support agreement with your OS distributor
that covers this software, we recommend getting your money's worth
by using their problem reporting systems first.
.SH COMMUNITY SUPPORT
Systemtap community & volunteer developers are eager to hear problem
reports, so they can improve the software. Various ways to contact them
include:
.TP
public mailing list
systemtap@sourceware.org
.TP
public IRC
#systemtap on irc.oftc.net, use fpaste.org for snippets of text
.TP
public bugzilla
http://sourceware.org/bugzilla/
.SH INFORMATION TO COLLECT
In general, please include information about your platform,
systemtap version, your scripts & custom tapsets, systemtap
invocation, actual behavior / errors seen, and expected behavior.
The
.IR stap-report
script collects useful system/kernel information that helps describe
the OS environment; please include its output.
.SH SEE ALSO
.nh
.nf
.IR stap (1),
.IR stap-report (1),
.IR http://sourceware.org/systemtap/wiki/
|