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)NAMEpostmort - perform post-mortem on PC Minix core filesSYNOPSISpostmort [-dpt] -c corefile -s symbfileOPTIONS-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 backtraceEXAMPLESpostmort # display the data from the file 'core'DESCRIPTIONPostmort 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 |
---|
core(5) - bsd |
kgdb(1) - freebsd |
anm(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 |