source: trunk/minix/man/man1/postmort.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.1 KB
Line 
1.TH POSTMORT 1
2.SH NAME
3postmort \- perform post-mortem on PC MINIX 3 core files
4.SH SYNOPSIS
5\fBpostmort\fR [\fB\-dpt\fR] \fB\-c \fIcorefile \fB\-s \fIsymbfile\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH OPTIONS
18.FL "\-c" "Use the named corefile"
19.FL "\-d" "Dump all text symbols and segment data"
20.FL "\-p" "Display the kernel process table"
21.FL "\-s" "Use the named symbol file"
22.FL "\-t" "Display a stack backtrace"
23.SH EXAMPLES
24.EX "postmort" "display the data from the file 'core'"
25.SH DESCRIPTION
26.PP
27.I Postmort
28does a simple static analysis of a PC MINIX 3 core file;
29By default, it looks for the
30file 'core' in the local directory and loads that for analysis; it
31also searches for the file 'symbol.out', and if that fails 'a.out',
32expecting them to contain symbol information for the core file.
33It is not a fatal error if the symbol files don't exist.
34.PP
35The stack backtrace is slightly tricky, and may go on longer
36than is really justified, since there's no easy way for it to
37know when to stop. Treat its results with caution.
Note: See TracBrowser for help on using the repository browser.