minix man page for postmort

Query: postmort

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

POSTMORT(1)						      General Commands Manual						       POSTMORT(1)

NAME
postmort - perform post-mortem on PC Minix core files
SYNOPSIS
postmort [-dpt] -c corefile -s symbfile
OPTIONS
-c Use the named corefile -d Dump all text symbols and segment data -p Display the kernel process table -s Use the named symbol file -t Display a stack backtrace
EXAMPLES
postmort # display the data from the file 'core'
DESCRIPTION
Postmort does a simple static analysis of a PC Minix core file; By default, it looks for the file 'core' in the local directory and loads that for analysis; it also searches for the file 'symbol.out', and if that fails 'a.out', expecting them to contain symbol information for the core file. It is not a fatal error if the symbol files don't exist. The stack backtrace is slightly tricky, and may go on longer than is really justified, since there's no easy way for it to know when to stop. Treat its results with caution. POSTMORT(1)
Related Man Pages
nm(1) - bsd
anm(1) - minix
nm(1) - minix
nm(1) - opendarwin
dbsym(8) - netbsd
Similar Topics in the Unix Linux Community
How to do core dump analysis
Rebuilding C++ Libraries to save Linux install (purely academic question)
Network related issues