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
This commit is contained in:
@@ -643,6 +643,9 @@ E void FDECL(dealloc_killer, (struct kinfo*));
|
||||
E void FDECL(save_killers, (int,int));
|
||||
E void FDECL(restore_killers, (int));
|
||||
E char *FDECL(build_english_list, (char *));
|
||||
#if defined(PANICTRACE) && !defined(NO_SIGNAL)
|
||||
E void FDECL(panictrace_setsignals, (boolean));
|
||||
#endif
|
||||
|
||||
/* ### engrave.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user