resolve-stack
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 0k
Category:

MySQL

Development Platform:

Visual C++

  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