[C] XEmacs 21.5-b20 "cilantro" (+CVS-20050312) i586-pc-win32

Marcus Crestani crestani at informatik.uni-tuebingen.de
Sun Mar 13 06:37:12 EST 2005


>>>>> AA == Adrian Aichner writes:
AA> The number is big enough to also run
AA> M-x bench
AA> and I'm even brave enough to run gnus with it.

Thank you for finding a working stack size for this temporary fix, Adrian. 
I'll post a better solution next week.

NOTE: This patch has been committed.


src/ChangeLog addition:

2005-03-13  Marcus Crestani  <crestani at informatik.uni-tuebingen.de>

	* alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC
	backtrace. Thanks to Adrian.


xemacs-21.5 source patch:
Diff command:   cvs -q diff -u
Files affected: src/alloc.c

Index: src/alloc.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/alloc.c,v
retrieving revision 1.109
diff -u -r1.109 alloc.c
--- src/alloc.c	13 Mar 2005 09:21:04 -0000	1.109
+++ src/alloc.c	13 Mar 2005 11:18:00 -0000
@@ -3323,7 +3323,7 @@
 static int kkcc_gc_stack_size;
 
 #ifdef DEBUG_XEMACS
-#define KKCC_BT_STACK_SIZE 4096
+#define KKCC_BT_STACK_SIZE 524288
 
 static struct
 {

-- 
Marcus




More information about the XEmacs-Beta mailing list