1RESOLVE_STACK_DUM(1)         MySQL Database System        RESOLVE_STACK_DUM(1)
2
3
4

NAME

6       resolve_stack_dump - resolve numeric stack trace dump to symbols
7

SYNOPSIS

9       resolve_stack_dump [options] symbols_file [numeric_dump_file]
10

DESCRIPTION

12       resolve_stack_dump resolves a numeric stack dump to symbols.
13
14       Invoke resolve_stack_dump like this:
15
16           shell> resolve_stack_dump [options] symbols_file [numeric_dump_file]
17
18       The symbols file should include the output from the nm --numeric-sort
19       mysqld command. The numeric dump file should contain a numeric stack
20       track from mysqld. If no numeric dump file is named on the command
21       line, the stack trace is read from the standard input.
22
23       resolve_stack_dump supports the following options.
24
25       ·   --help, -h
26
27           Display a help message and exit.
28
29       ·   --numeric-dump-file=file_name, -n file_name
30
31           Read the stack trace from the given file.
32
33       ·   --symbols-file=file_name, -s file_name
34
35           Use the given symbols file.
36
37       ·   --version, -V
38
39           Display version information and exit.
40
42       Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
43
44       This documentation is free software; you can redistribute it and/or
45       modify it only under the terms of the GNU General Public License as
46       published by the Free Software Foundation; version 2 of the License.
47
48       This documentation is distributed in the hope that it will be useful,
49       but WITHOUT ANY WARRANTY; without even the implied warranty of
50       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
51       General Public License for more details.
52
53       You should have received a copy of the GNU General Public License along
54       with the program; if not, write to the Free Software Foundation, Inc.,
55       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
56       http://www.gnu.org/licenses/.
57
58

SEE ALSO

60       For more information, please refer to the MySQL Reference Manual, which
61       may already be installed locally and which is also available online at
62       http://dev.mysql.com/doc/.
63

AUTHOR

65       Sun Microsystems, Inc. (http://www.mysql.com/).
66
67
68
69MySQL 5.1                         04/06/2010              RESOLVE_STACK_DUM(1)
Impressum