resolve_stack_dump
resolve_stack_dumpoptionssymbols_filename[numeric_dump_file]
This utility resolves addresses and other numeric data into a stack to symbol names. The symbols file given should be the output of executing the following at the command line:
nm --numeric-sort mysqld
The numeric file named should be the numeric stack from
mysqld.
Instead of following the basic syntax, you can specify the symbols
file with the --symbols-file option. You can also
specify the numeric dump file with the
--numeric-dump-file option. For both options, the
option is followed by an equals sign and the filename.