src/hg/lib/web.c 1.165
1.165 2009/06/07 07:13:37 markd
make stack dump on warn/abort stack under/overlow permanet
Index: src/hg/lib/web.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/web.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -b -B -U 4 -r1.164 -r1.165
--- src/hg/lib/web.c 5 Jun 2009 08:30:06 -0000 1.164
+++ src/hg/lib/web.c 7 Jun 2009 07:13:37 -0000 1.165
@@ -65,9 +65,9 @@
* after the warn handle that will do the actual reporting */
{
if (webDumpStackEnabled())
{
- errAbortDebugPopUnderflow = TRUE;
+ errAbortDebugnPushPopErr();
pushAbortHandler(webDumpStackAbortHandler);
}
}