~mathiaz/ubuntu/lucid/mysql-dfsg-5.1/zap-bug-552053

0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
1
'\" t
1 by Chuck Short
Import upstream version 5.1.30
2
.\"     Title: \fBresolve_stack_dump\fR
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
0.2.4 by Norbert Tretkowski
Import upstream version 5.1.39
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
0.2.6 by Norbert Tretkowski
Import upstream version 5.1.41
5
.\"      Date: 11/04/2009
1 by Chuck Short
Import upstream version 5.1.30
6
.\"    Manual: MySQL Database System
7
.\"    Source: MySQL 5.1
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
8
.\"  Language: English
1 by Chuck Short
Import upstream version 5.1.30
9
.\"
0.2.6 by Norbert Tretkowski
Import upstream version 5.1.41
10
.TH "\FBRESOLVE_STACK_DUM" "1" "11/04/2009" "MySQL 5\&.1" "MySQL Database System"
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
11
.\" -----------------------------------------------------------------
12
.\" * set default formatting
13
.\" -----------------------------------------------------------------
1 by Chuck Short
Import upstream version 5.1.30
14
.\" disable hyphenation
15
.nh
16
.\" disable justification (adjust text to left margin only)
17
.ad l
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
18
.\" -----------------------------------------------------------------
19
.\" * MAIN CONTENT STARTS HERE *
20
.\" -----------------------------------------------------------------
21
.\" resolve_stack_dump
1 by Chuck Short
Import upstream version 5.1.30
22
.SH "NAME"
23
resolve_stack_dump \- resolve numeric stack trace dump to symbols
24
.SH "SYNOPSIS"
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
25
.HP \w'\fBresolve_stack_dump\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR\fB\fIsymbols_file\fR\fR\fB\ [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR\ 'u
1 by Chuck Short
Import upstream version 5.1.30
26
\fBresolve_stack_dump [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIsymbols_file\fR\fR\fB [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR
27
.SH "DESCRIPTION"
28
.PP
29
\fBresolve_stack_dump\fR
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
30
resolves a numeric stack dump to symbols\&.
1 by Chuck Short
Import upstream version 5.1.30
31
.PP
32
Invoke
33
\fBresolve_stack_dump\fR
34
like this:
35
.sp
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
36
.if n \{\
37
.RS 4
38
.\}
1 by Chuck Short
Import upstream version 5.1.30
39
.nf
40
shell> \fBresolve_stack_dump [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIsymbols_file\fR\fR\fB [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR
41
.fi
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
42
.if n \{\
1 by Chuck Short
Import upstream version 5.1.30
43
.RE
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
44
.\}
1 by Chuck Short
Import upstream version 5.1.30
45
.PP
46
The symbols file should include the output from the
47
\fBnm \-\-numeric\-sort mysqld\fR
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
48
command\&. The numeric dump file should contain a numeric stack track from
49
\fBmysqld\fR\&. If no numeric dump file is named on the command line, the stack trace is read from the standard input\&.
1 by Chuck Short
Import upstream version 5.1.30
50
.PP
51
\fBresolve_stack_dump\fR
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
52
supports the options described in the following list\&.
53
.sp
54
.RS 4
55
.ie n \{\
56
\h'-04'\(bu\h'+03'\c
57
.\}
58
.el \{\
59
.sp -1
60
.IP \(bu 2.3
61
.\}
62
.\" resolve_stack_dump: help option
63
.\" help option: resolve_stack_dump
1 by Chuck Short
Import upstream version 5.1.30
64
\fB\-\-help\fR,
65
\fB\-h\fR
66
.sp
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
67
Display a help message and exit\&.
68
.RE
69
.sp
70
.RS 4
71
.ie n \{\
72
\h'-04'\(bu\h'+03'\c
73
.\}
74
.el \{\
75
.sp -1
76
.IP \(bu 2.3
77
.\}
78
.\" resolve_stack_dump: numeric-dump-file option
79
.\" numeric-dump-file option: resolve_stack_dump
1 by Chuck Short
Import upstream version 5.1.30
80
\fB\-\-numeric\-dump\-file=\fR\fB\fIfile_name\fR\fR,
81
\fB\-n \fR\fB\fIfile_name\fR\fR
82
.sp
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
83
Read the stack trace from the given file\&.
84
.RE
85
.sp
86
.RS 4
87
.ie n \{\
88
\h'-04'\(bu\h'+03'\c
89
.\}
90
.el \{\
91
.sp -1
92
.IP \(bu 2.3
93
.\}
94
.\" resolve_stack_dump: symbols-file option
95
.\" symbols-file option: resolve_stack_dump
1 by Chuck Short
Import upstream version 5.1.30
96
\fB\-\-symbols\-file=\fR\fB\fIfile_name\fR\fR,
97
\fB\-s \fR\fB\fIfile_name\fR\fR
98
.sp
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
99
Use the given symbols file\&.
100
.RE
101
.sp
102
.RS 4
103
.ie n \{\
104
\h'-04'\(bu\h'+03'\c
105
.\}
106
.el \{\
107
.sp -1
108
.IP \(bu 2.3
109
.\}
110
.\" resolve_stack_dump: version option
111
.\" version option: resolve_stack_dump
1 by Chuck Short
Import upstream version 5.1.30
112
\fB\-\-version\fR,
113
\fB\-V\fR
114
.sp
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
115
Display version information and exit\&.
116
.RE
1 by Chuck Short
Import upstream version 5.1.30
117
.SH "COPYRIGHT"
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
118
.br
1 by Chuck Short
Import upstream version 5.1.30
119
.PP
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
120
Copyright 2007-2008 MySQL AB, 2009 Sun Microsystems, Inc.
1 by Chuck Short
Import upstream version 5.1.30
121
.PP
0.2.1 by Norbert Tretkowski
Import upstream version 5.1.34
122
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1 by Chuck Short
Import upstream version 5.1.30
123
.PP
124
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
125
.PP
0.2.3 by Norbert Tretkowski
Import upstream version 5.1.37
126
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
127
.sp
1 by Chuck Short
Import upstream version 5.1.30
128
.SH "SEE ALSO"
129
For more information, please refer to the MySQL Reference Manual,
130
which may already be installed locally and which is also available
131
online at http://dev.mysql.com/doc/.
132
.SH AUTHOR
0.2.2 by Christian Hammers
Import upstream version 5.1.36
133
Sun Microsystems, Inc. (http://www.mysql.com/).