2009-09-16 14:03:18 +02:00
'\" t
2009-05-25 11:59:47 +02:00
. \"
2016-03-22 20:21:49 +01:00
.TH "\FBRESOLVE_STACK_DUM" "1" "22/3/2016" "MariaDB 10\&.2" "MariaDB 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
2010-04-28 15:06:11 +02:00
supports the following options\& .
2009-09-16 14:03:18 +02:00
.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
2015-09-09 14:32:52 +02:00
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation
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"
2015-09-09 14:32:52 +02:00
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
2009-05-25 11:59:47 +02:00
.SH AUTHOR
2015-09-09 14:32:52 +02:00
MariaDB Foundation (http://www.mariadb.org/).