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