~drizzle-trunk/drizzle/development

1 by brian
clean slate
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
54.1.3 by Stewart Smith
sql => server (initial patch)
6
nm --numeric-sort ../server/mysqld > var/tmp/mysqld.sym
1 by brian
clean slate
7
echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
77.1.32 by Monty Taylor
Merged from trunk.
8
resolve_stack_dump -s var/tmp/mysqld.sym