Index: /branches/ia32/lisp-kernel/pmcl-kernel.c
===================================================================
--- /branches/ia32/lisp-kernel/pmcl-kernel.c	(revision 9563)
+++ /branches/ia32/lisp-kernel/pmcl-kernel.c	(revision 9564)
@@ -388,5 +388,5 @@
 
 #if (WORD_SIZE == 32)
-#define DEFAULT_INITIAL_STACK_SIZE (1<<20)
+#define DEFAULT_INITIAL_STACK_SIZE (1<<22) /* XXX testing (was 1<<20) */
 #else
 #define DEFAULT_INITIAL_STACK_SIZE (2<<20)
