From: Trent Nelson Date: Tue, 18 Mar 2008 07:02:12 +0000 (+0000) Subject: Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. ... X-Git-Tag: v2.6a2~276 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ce76756d31916f80d6a03b0dc257ec7036dcb5c;p=thirdparty%2FPython%2Fcpython.git Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH. --- diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj index 17b29a20788a..f5f460547e82 100644 --- a/PCbuild/python.vcproj +++ b/PCbuild/python.vcproj @@ -290,7 +290,7 @@ AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python_d.exe" SubSystem="1" - StackReserveSize="2000000" + StackReserveSize="2100000" BaseAddress="0x1d000000" />