diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e3b127f..5da80c0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -39,6 +39,9 @@ | |||
39 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false | 39 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false |
40 | ;; Set this to true if you want to log crashes to disk | 40 | ;; Set this to true if you want to log crashes to disk |
41 | ;; this can be useful when submitting bug reports. | 41 | ;; this can be useful when submitting bug reports. |
42 | ;; However, this will only log crashes within OpenSimulator that cause the entire program to exit | ||
43 | ;; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures. | ||
44 | ;; You will need to capture these native stack traces by recording the session log itself. | ||
42 | ; save_crashes = false | 45 | ; save_crashes = false |
43 | 46 | ||
44 | ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes | 47 | ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b689f88..59088c4 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -5,6 +5,9 @@ | |||
5 | [Startup] | 5 | [Startup] |
6 | ; Set this to true if you want to log crashes to disk | 6 | ; Set this to true if you want to log crashes to disk |
7 | ; this can be useful when submitting bug reports. | 7 | ; this can be useful when submitting bug reports. |
8 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | ||
9 | ; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures. | ||
10 | ; You will need to capture these native stack traces by recording the session log itself. | ||
8 | save_crashes = false | 11 | save_crashes = false |
9 | 12 | ||
10 | ; Directory to save crashes to if above is enabled | 13 | ; Directory to save crashes to if above is enabled |