resolve-stack
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

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