Update of /cvsroot/monetdb/pathfinder/compiler
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13591

Modified Files:
        main.c 
Log Message:
issue 1981779 - slightly increase the stack limit



U main.c
Index: main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- main.c      9 Feb 2009 08:29:27 -0000       1.113
+++ main.c      7 Apr 2009 08:30:09 -0000       1.114
@@ -632,9 +632,9 @@
     _set_abort_behavior (0, _CALL_REPORTFAULT|_WRITE_ABORT_MSG);
 
 #ifndef NO_STACK_CHECK          /* define to not check for recursion depth */
-    /* the default Windows stack is 1 MiB, so give it 3/4 of that
+    /* the default Windows stack is 1 MiB, so give it 7/8 of that
      * above (below) the address of our argument */
-    PFmaxstack = (char *)  &argc - (3 << 18);
+    PFmaxstack = (char *)  &argc - (7 << 17);
 #endif
 #endif
 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to