src/product/ex.hg.conf 1.16
1.16 2009/06/03 00:34:11 markd
added option to generate stack dumps when browser errors occur
Index: src/product/ex.hg.conf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/product/ex.hg.conf,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/product/ex.hg.conf 27 Jan 2009 18:53:29 -0000 1.15
+++ src/product/ex.hg.conf 3 Jun 2009 00:34:11 -0000 1.16
@@ -124,4 +124,13 @@
# Option to disable the "All Tables" query in the table browser. Useful if
# one wants to be restrictive about what tables can be seen.
# hgta.disableAllTables=yes
+
+
+# If this option is enabled, the browser CGIs will attempt to generate a an
+# stack traceback on error and dump it to stderr (which is normally captured
+# in the web server error log). This requires the pstack package to be
+# install, which is available on for unix and linux systems. If
+# signalsHandler is enabled, the stack will also be printed when a signal
+# indicating an error occurs.
+# browser.dumpStack=on