~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/resolve-stack

  • Committer: Monty Taylor
  • Date: 2008-07-05 22:08:52 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: monty@inaugust.com-20080705220852-cqd9t6tfkhvlcf73
Removed HAVE_LONG_LONG, as this is now assumed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# we cannot duplicate the crash in a debugger and have to
4
4
# resort to using stack traces
5
5
 
6
 
nm --numeric-sort ../server/mysqld > var/tmp/mysqld.sym
 
6
nm --numeric-sort ../sql/mysqld > var/tmp/mysqld.sym
7
7
echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
8
 
resolve_stack_dump -s var/tmp/mysqld.sym
 
8
../extra/resolve_stack_dump -s var/tmp/mysqld.sym