POSTMORT.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. POSTMORT(1)               Minix Programmer's Manual                POSTMORT(1)
  2. NAME
  3.      postmort - perform post-mortem on PC Minix core files
  4. SYNOPSIS
  5.      postmort [-dpt] -c corefile -s symbfile
  6. OPTIONS
  7.      -c   Use the named corefile
  8.      -d   Dump all text symbols and segment data
  9.      -p   Display the kernel process table
  10.      -s   Use the named symbol file
  11.      -t   Display a stack backtrace
  12. EXAMPLES
  13.      postmort            # display the data from the file 'core'
  14. DESCRIPTION
  15.      Postmort does a simple static analysis  of  a  PC  Minix  core  file;  By
  16.      default,  it  looks  for the file 'core' in the local directory and loads
  17.      that for analysis; it also searches for the  file  'symbol.out',  and  if
  18.      that  fails 'a.out', expecting them to contain symbol information for the
  19.      core file.  It is not a fatal error if the symbol files don't exist.
  20.      The stack backtrace is slightly tricky, and may  go  on  longer  than  is
  21.      really  justified, since there's no easy way for it to know when to stop.
  22.      Treat its results with caution.
  23.                                                                              1