~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

1 by James Page
Import upstream version 5.6.15
1
'\" t
2
.\"     Title: \fBresolve_stack_dump\fR
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1.2.6 by Marc Deslauriers
Import upstream version 5.6.25
5
.\"      Date: 05/05/2015
1 by James Page
Import upstream version 5.6.15
6
.\"    Manual: MySQL Database System
7
.\"    Source: MySQL 5.6
8
.\"  Language: English
9
.\"
1.2.6 by Marc Deslauriers
Import upstream version 5.6.25
10
.TH "\FBRESOLVE_STACK_DUM" "1" "05/05/2015" "MySQL 5\&.6" "MySQL Database System"
1 by James Page
Import upstream version 5.6.15
11
.\" -----------------------------------------------------------------
12
.\" * Define some portability stuff
13
.\" -----------------------------------------------------------------
14
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
.\" http://bugs.debian.org/507673
16
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
.ie \n(.g .ds Aq \(aq
19
.el       .ds Aq '
20
.\" -----------------------------------------------------------------
21
.\" * set default formatting
22
.\" -----------------------------------------------------------------
23
.\" disable hyphenation
24
.nh
25
.\" disable justification (adjust text to left margin only)
26
.ad l
27
.\" -----------------------------------------------------------------
28
.\" * MAIN CONTENT STARTS HERE *
29
.\" -----------------------------------------------------------------
30
.\" resolve_stack_dump
31
.SH "NAME"
32
resolve_stack_dump \- resolve numeric stack trace dump to symbols
33
.SH "SYNOPSIS"
34
.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
35
\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
36
.SH "DESCRIPTION"
37
.PP
38
\fBresolve_stack_dump\fR
39
resolves a numeric stack dump to symbols\&.
40
.PP
41
Invoke
42
\fBresolve_stack_dump\fR
43
like this:
44
.sp
45
.if n \{\
46
.RS 4
47
.\}
48
.nf
49
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
50
.fi
51
.if n \{\
52
.RE
53
.\}
54
.PP
55
The symbols file should include the output from the
56
\fBnm \-\-numeric\-sort mysqld\fR
57
command\&. The numeric dump file should contain a numeric stack track from
58
\fBmysqld\fR\&. If no numeric dump file is named on the command line, the stack trace is read from the standard input\&.
59
.PP
60
\fBresolve_stack_dump\fR
61
supports the following options\&.
62
.sp
63
.RS 4
64
.ie n \{\
65
\h'-04'\(bu\h'+03'\c
66
.\}
67
.el \{\
68
.sp -1
69
.IP \(bu 2.3
70
.\}
1.2.1 by James Page
Import upstream version 5.6.16
71
.\" resolve_stack_dump: help option
72
.\" help option: resolve_stack_dump
73
\fB\-\-help\fR,
1 by James Page
Import upstream version 5.6.15
74
\fB\-h\fR
75
.sp
76
Display a help message and exit\&.
77
.RE
78
.sp
79
.RS 4
80
.ie n \{\
81
\h'-04'\(bu\h'+03'\c
82
.\}
83
.el \{\
84
.sp -1
85
.IP \(bu 2.3
86
.\}
1.2.1 by James Page
Import upstream version 5.6.16
87
.\" resolve_stack_dump: numeric-dump-file option
88
.\" numeric-dump-file option: resolve_stack_dump
89
\fB\-\-numeric\-dump\-file=\fR\fB\fIfile_name\fR\fR,
1 by James Page
Import upstream version 5.6.15
90
\fB\-n \fR\fB\fIfile_name\fR\fR
91
.sp
92
Read the stack trace from the given file\&.
93
.RE
94
.sp
95
.RS 4
96
.ie n \{\
97
\h'-04'\(bu\h'+03'\c
98
.\}
99
.el \{\
100
.sp -1
101
.IP \(bu 2.3
102
.\}
1.2.1 by James Page
Import upstream version 5.6.16
103
.\" resolve_stack_dump: symbols-file option
104
.\" symbols-file option: resolve_stack_dump
105
\fB\-\-symbols\-file=\fR\fB\fIfile_name\fR\fR,
1 by James Page
Import upstream version 5.6.15
106
\fB\-s \fR\fB\fIfile_name\fR\fR
107
.sp
108
Use the given symbols file\&.
109
.RE
110
.sp
111
.RS 4
112
.ie n \{\
113
\h'-04'\(bu\h'+03'\c
114
.\}
115
.el \{\
116
.sp -1
117
.IP \(bu 2.3
118
.\}
1.2.1 by James Page
Import upstream version 5.6.16
119
.\" resolve_stack_dump: version option
120
.\" version option: resolve_stack_dump
121
\fB\-\-version\fR,
1 by James Page
Import upstream version 5.6.15
122
\fB\-V\fR
123
.sp
124
Display version information and exit\&.
125
.RE
126
.PP
127
For more information, see
1.2.4 by Robie Basak
Import upstream version 5.6.23
128
Section\ \&24.4.1.5, \(lqUsing a Stack Trace\(rq\&.
1 by James Page
Import upstream version 5.6.15
129
.SH "COPYRIGHT"
130
.br
131
.PP
1.2.4 by Robie Basak
Import upstream version 5.6.23
132
Copyright \(co 1997, 2015, Oracle and/or its affiliates. All rights reserved.
1 by James Page
Import upstream version 5.6.15
133
.PP
134
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.
135
.PP
136
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.
137
.PP
138
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/.
139
.sp
140
.SH "SEE ALSO"
141
For more information, please refer to the MySQL Reference Manual,
142
which may already be installed locally and which is also available
143
online at http://dev.mysql.com/doc/.
144
.SH AUTHOR
145
Oracle Corporation (http://dev.mysql.com/).