PANICTRACE (stacktrace on panic or signal) + bits
authorkeni <keni>
Fri, 15 Jan 2010 19:54:37 +0000 (19:54 +0000)
committerkeni <keni>
Fri, 15 Jan 2010 19:54:37 +0000 (19:54 +0000)
commitd80fcaada491585107d0e0ea6b99baadccaa559e
treec238ac89426463da8f7bb8192b0dc34d6a8663f2
parentf6e40b8bf8e9048e9b575da8e788491818e6cf96
PANICTRACE (stacktrace on panic or signal) + bits
On crash signal or panic(), use a configurable method to get a stacktrace
the user can easily report to us.  Currently only for Unix/Linux and only
ifdef BETA.  Hopefully ports can add additional methods.

Bits:
- linux hints file had PREFIX definition in the wrong place
- sample sysconf file used wrong delimiter for WIZARDS
- fix grammar error in support message when using sysconf.wizards
- options.c comment typo
- capitalize "Crash test" output from #panic command
14 files changed:
include/decl.h
include/extern.h
include/global.h
include/sys.h
src/cmd.c
src/decl.c
src/end.c
src/files.c
src/options.c
src/pager.c
src/sys.c
sys/unix/hints/linux
sys/unix/sysconf
sys/unix/unixmain.c