axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] current bug


From: Camm Maguire
Subject: Re: [Axiom-developer] current bug
Date: 18 Jul 2003 09:30:08 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

--- /fix/s/camm/gcl/o/main.c    Thu Feb 13 17:31:27 2003
+++ main.c      Thu Jul 17 16:30:18 2003
@@ -235,7 +235,7 @@
 
 #ifdef BSD
 #ifndef MAX_STACK_SIZE
-#define MAX_STACK_SIZE (1<<23) /* 8Mb */
+#define MAX_STACK_SIZE (1<<24) /* 16Mb */
 #endif
 #ifdef RLIMIT_STACK
        getrlimit(RLIMIT_STACK, &rl);


Or just define this constant in your patch against the .h

Take care, and please let me know how it goes.  I want to make sure
the upcoming 2.5.4 build axiom without problems.


root <address@hidden> writes:

> Camm, 
> 
> Don't tease me. What settings? Send me a patch.
> 
> Tim
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]