You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
326 B

  1. #! /bin/sh
  2. # A shortcut for resolving stacks when debugging when
  3. # we cannot duplicate the crash in a debugger and have to
  4. # resort to using stack traces
  5. nm --numeric-sort ../sql/mysqld > var/tmp/mysqld.sym
  6. echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
  7. ../extra/resolve_stack_dump -s var/tmp/mysqld.sym