~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/resolve-stack

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
6
nm --numeric-sort ../sql/mysqld > var/tmp/mysqld.sym
 
7
echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
 
8
../extra/resolve_stack_dump -s var/tmp/mysqld.sym