logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

resolve_stack_dump - resolve numeric stack trace dump to symbols

Author

       MariaDB Foundation (http://www.mariadb.org/).

MariaDB 11.4                                    3 September 2024                           RESOLVE_STACK_DUMP(1)

Description

resolve_stack_dump resolves a numeric stack dump to symbols.

       Invoke resolve_stack_dump like this:

           shell> resolve_stack_dump[options]symbols_file[numeric_dump_file]

       The symbols file should include the output from the nm--numeric-sortmariadbd command. The numeric dump
       file should contain a numeric stack track from mariadbd. If no numeric dump file is named on the command
       line, the stack trace is read from the standard input.

       resolve_stack_dump supports the following options.

       •   --help, -h

           Display a help message and exit.

       •   --numeric-dump-file=file_name, -nfile_name

           Read the stack trace from the given file.

       •   --symbols-file=file_name, -sfile_name

           Use the given symbols file.

       •   --version, -V

           Display version information and exit.

Name

       resolve_stack_dump - resolve numeric stack trace dump to symbols

See Also

       For more information, please refer to the MariaDB Knowledge Base, available online at
       https://mariadb.com/kb/

Synopsis

resolve_stack_dump[options]symbols_file[numeric_dump_file]

See Also