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
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-02-28 04:18:44 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-02-28 04:18:44 +0300
commite5f26d3004bb4ed05558e2d4c81371661741e561 (patch)
tree02d435d28077c230fa145c32d5479ac45d07f032
parentc3733aa980f405b7e1f913d1e355c036ce139c5c (diff)
from head
svn path=/branches/mono-1-1-13/mono/; revision=57365
-rw-r--r--man/mono.117
1 files changed, 16 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index b891f6616ca..f42109667ed 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -410,6 +410,14 @@ Typical output looks like this:
.PP
The offsets displayed are IL offsets.
.SH DEBUGGING
+It is possible to obtain a stack trace of all the active threads in
+Mono by sending the QUIT signal to Mono, you can do this from the
+command line, like this:
+.nf
+ kill -QUIT pid
+.fi
+Where pid is the Process ID of the Mono process you want to examine.
+The process will continue running afterwards.
.PP
You can use the MONO_LOG_LEVEL and MONO_LOG_MASK environment variables
to get verbose debugging output about the execution of your
@@ -604,9 +612,16 @@ Uses the string value of this variable as a replacement for the host name when
creating file names in the ".wapi" directory. This helps if the host name of
your machine is likely to be changed when a mono application is running or if
you have a .wapi directory shared among several different computers.
+.Sp
+Mono typically uses the hostname to create the files that are used to
+share state across multiple Mono processes. This is done to support
+home directories that might be shared over the network.
.TP
.I "MONO_THEME"
-The name of the theme to be used by Windows.Forms. The default is "win32".
+The name of the theme to be used by Windows.Forms. Available themes today
+include "clearlooks", "nice" and "win32".
+.Sp
+The default is "win32".
.TP
.I "MONO_THREADS_PER_CPU"
The maximum number of threads in the general threadpool will be