2009-09-16 14:03:18 +02:00
'\" t
2009-05-25 11:59:47 +02:00
. \" Title: \fBresolve_stack_dump\fR
2009-09-16 14:03:18 +02:00
. \" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
. \" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
2009-12-01 08:24:05 +01:00
. \" Date: 11/04/2009
2009-05-25 11:59:47 +02:00
. \" Manual: MySQL Database System
. \" Source: MySQL 5.1
2009-09-16 14:03:18 +02:00
. \" Language: English
2009-05-25 11:59:47 +02:00
. \"
2009-12-01 08:24:05 +01:00
.TH "\FBRESOLVE_STACK_DUM" "1" "11/04/2009" "MySQL 5\&.1" "MySQL Database System"
2009-09-16 14:03:18 +02:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
2009-05-25 11:59:47 +02:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
2009-09-16 14:03:18 +02:00
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
. \" resolve_stack_dump
2009-05-25 11:59:47 +02:00
.SH "NAME"
resolve_stack_dump \- resolve numeric stack trace dump to symbols
.SH "SYNOPSIS"
2009-09-16 14:03:18 +02:00
.HP \w '\fBresolve_stack_dump\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR \fB \fI symbols_file\fR\fR\fB\ [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR\ 'u
2009-05-25 11:59:47 +02:00
\fB resolve_stack_dump [\fR \fB \fI options\fR \fR \fB ] \fR \fB \fI symbols_file\fR \fR \fB [\fR \fB \fI numeric_dump_file\fR \fR \fB ]\fR
.SH "DESCRIPTION"
.PP
\fB resolve_stack_dump\fR
2009-09-16 14:03:18 +02:00
resolves a numeric stack dump to symbols\& .
2009-05-25 11:59:47 +02:00
.PP
Invoke
\fB resolve_stack_dump\fR
like this:
.sp
2009-09-16 14:03:18 +02:00
.if n \{ \
.RS 4
. \}
2009-05-25 11:59:47 +02:00
.nf
shell> \fB resolve_stack_dump [\fR \fB \fI options\fR \fR \fB ] \fR \fB \fI symbols_file\fR \fR \fB [\fR \fB \fI numeric_dump_file\fR \fR \fB ]\fR
.fi
2009-09-16 14:03:18 +02:00
.if n \{ \
2009-05-25 11:59:47 +02:00
.RE
2009-09-16 14:03:18 +02:00
. \}
2009-05-25 11:59:47 +02:00
.PP
The symbols file should include the output from the
\fB nm \- \- numeric\- sort mysqld\fR
2009-09-16 14:03:18 +02:00
command\& . The numeric dump file should contain a numeric stack track from
\fB mysqld\fR \& . If no numeric dump file is named on the command line, the stack trace is read from the standard input\& .
2009-05-25 11:59:47 +02:00
.PP
\fB resolve_stack_dump\fR
2009-09-16 14:03:18 +02:00
supports the options described in the following list\& .
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
. \" resolve_stack_dump: help option
. \" help option: resolve_stack_dump
2009-05-25 11:59:47 +02:00
\fB \- \- help\fR ,
\fB \- h\fR
.sp
2009-09-16 14:03:18 +02:00
Display a help message and exit\& .
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
. \" resolve_stack_dump: numeric-dump-file option
. \" numeric-dump-file option: resolve_stack_dump
2009-05-25 11:59:47 +02:00
\fB \- \- numeric\- dump\- file=\fR \fB \fI file_name\fR \fR ,
\fB \- n \fR \fB \fI file_name\fR \fR
.sp
2009-09-16 14:03:18 +02:00
Read the stack trace from the given file\& .
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
. \" resolve_stack_dump: symbols-file option
. \" symbols-file option: resolve_stack_dump
2009-05-25 11:59:47 +02:00
\fB \- \- symbols\- file=\fR \fB \fI file_name\fR \fR ,
\fB \- s \fR \fB \fI file_name\fR \fR
.sp
2009-09-16 14:03:18 +02:00
Use the given symbols file\& .
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
. \" resolve_stack_dump: version option
. \" version option: resolve_stack_dump
2009-05-25 11:59:47 +02:00
\fB \- \- version\fR ,
\fB \- V\fR
.sp
2009-09-16 14:03:18 +02:00
Display version information and exit\& .
.RE
2009-05-25 11:59:47 +02:00
.SH "COPYRIGHT"
2009-09-16 14:03:18 +02:00
.br
2009-05-25 11:59:47 +02:00
.PP
2009-09-16 14:03:18 +02:00
Copyright 2007-2008 MySQL AB, 2009 Sun Microsystems, Inc.
2009-05-25 11:59:47 +02:00
.PP
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.
.PP
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.
.PP
2009-09-16 14:03:18 +02:00
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/.
.sp
2009-05-25 11:59:47 +02:00
.SH "SEE ALSO"
For more information, please refer to the MySQL Reference Manual,
which may already be installed locally and which is also available
online at http://dev.mysql.com/doc/.
.SH AUTHOR
2009-09-16 14:03:18 +02:00
Sun Microsystems, Inc. (http://www.mysql.com/).