1RESOLVE_STACK_DUM(1) MariaDB Database System RESOLVE_STACK_DUM(1)
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 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 2010-2015 MariaDB Foundation
44
45 This documentation is free software; you can redistribute it and/or
46 modify it only under the terms of the GNU General Public License as
47 published by the Free Software Foundation; version 2 of the License.
48
49 This documentation is distributed in the hope that it will be useful,
50 but WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52 General Public License for more details.
53
54 You should have received a copy of the GNU General Public License along
55 with the program; if not, write to the Free Software Foundation, Inc.,
56 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
57 http://www.gnu.org/licenses/.
58
59
61 For more information, please refer to the MariaDB Knowledge Base,
62 available online at https://mariadb.com/kb/
63
65 MariaDB Foundation (http://www.mariadb.org/).
66
67
68
69MariaDB 10.3 9 May 2017 RESOLVE_STACK_DUM(1)