2
3
4
6 resolve_stack_dump - resolve numeric stack trace dump to symbols
7
9 resolve_stack_dump [options] symbols_file [numeric_dump_file]
10
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 understands the options described in the following
24 list.
25
26 · --help, -h
27
28 Display a help message and exit.
29
30 · --numeric-dump-file=file_name, -n file_name
31
32 Read the stack trace from the given file.
33
34 · --symbols-file=file_name, -s file_name
35
36 Use the given symbols file.
37
38 · --version, -V
39
40 Display version information and exit.
41
43 Copyright 1997-2007 MySQL AB
44
45 This documentation is NOT distributed under a GPL license. Use of this
46 documentation is subject to the following terms: You may create a
47 printed copy of this documentation solely for your own personal use.
48 Conversion to other formats is allowed as long as the actual content is
49 not altered or edited in any way. You shall not publish or distribute
50 this documentation in any form or on any media, except if you
51 distribute the documentation in a manner similar to how MySQL
52 disseminates it (that is, electronically for download on a Web site
53 with the software) or on a CD-ROM or similar medium, provided however
54 that the documentation is disseminated together with the software on
55 the same medium. Any other use, such as any dissemination of printed
56 copies or use of this documentation, in whole or in part, in another
57 publication, requires the prior written consent from an authorized
58 representative of MySQL AB. MySQL AB reserves any and all rights to
59 this documentation not expressly granted above.
60
61 Please email <docs@mysql.com> for more information.
62
64 For more information, please refer to the MySQL Reference Manual, which
65 may already be installed locally and which is also available online at
66 http://dev.mysql.com/doc/.
67
69 MySQL AB (http://www.mysql.com/). This software comes with no
70 warranty.
71
72
73