Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlexander Kyte <alexander.kyte@xamarin.com>2015-03-03 22:17:14 +0300
committerAlexander Kyte <alexander.kyte@xamarin.com>2015-03-03 22:17:14 +0300
commit06163ca7741fbce1c53ace1f949b5de2da2b15cb (patch)
tree90604943a783226fa2d1030e0119cf13e16a0286 /man
parent5cf4cbde3a5d18d3a2e9d8698a2f3a5798eb3152 (diff)
[Runtime] Added logging around finalizers
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 6 insertions, 4 deletions
diff --git a/man/mono.1 b/man/mono.1
index 07f7192b75d..3c762c11041 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1283,14 +1283,13 @@ work, Mono needs to be compiled with the BINARY_PROTOCOL define on
sgen-gc.c. You can then use this command to explore the output
.nf
sgen-grep-binprot 0x1234 0x5678 < file
+.fi
.TP
\fBnursery-canaries\fR
If set, objects allocated in the nursery are suffixed with a canary (guard)
word, which is checked on each minor collection. Can be used to detect/debug
heap corruption issues.
-.fi
-.ne
-.RE
+
.TP
\fBdo-not-finalize\fR
If enabled, finalizers will not be run. Everything else will be
@@ -1298,7 +1297,10 @@ unaffected: finalizable objects will still be put into the
finalization queue where they survive until they're scheduled to
finalize. Once they're not in the queue anymore they will be
collected regularly.
-.fi
+
+.TP
+\fBlog-finalizers\fR
+Log verbosely around the finalization process to aid debugging.
.ne
.RE
.TP