Make it clearer what the save_crashes setting in [Startup] actually does.

bulletsim
Justin Clark-Casey (justincc) 2011-07-30 01:05:30 +01:00
parent 2f5995f5c0
commit 835352aee9
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,9 @@
;# {save_crashes} {} {Save crashes to disk?} {true false} false ;# {save_crashes} {} {Save crashes to disk?} {true false} false
;; Set this to true if you want to log crashes to disk ;; Set this to true if you want to log crashes to disk
;; this can be useful when submitting bug reports. ;; this can be useful when submitting bug reports.
;; However, this will only log crashes within OpenSimulator that cause the entire program to exit
;; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures.
;; You will need to capture these native stack traces by recording the session log itself.
; save_crashes = false ; save_crashes = false
;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes

View File

@ -5,6 +5,9 @@
[Startup] [Startup]
; Set this to true if you want to log crashes to disk ; Set this to true if you want to log crashes to disk
; this can be useful when submitting bug reports. ; this can be useful when submitting bug reports.
; However, this will only log crashes within OpenSimulator that cause the entire program to exit
; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures.
; You will need to capture these native stack traces by recording the session log itself.
save_crashes = false save_crashes = false
; Directory to save crashes to if above is enabled ; Directory to save crashes to if above is enabled