axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] current bug


From: David MENTRE
Subject: Re: [Axiom-developer] current bug
Date: Fri, 18 Jul 2003 15:47:33 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Hello Cam,

Camm Maguire <address@hidden> writes:

> Greetings!  I just looked at this again, and have come to the
> conclusion that the issue is the limit on the C stack size.  After
> increasing the value stack size to taste in stacks.h, one must (at
> least) also redefine MAX_STACK_SIZE in the .h file upward from its
> default value of (1<<23) /* 8Mb */.  I'm trying a compile now with
> double the value.  One may also have to adjust other stack limits 

Looking at your gcl 2.5.2 sources, I found only one occurence of
MAX_STACK_SIZE in o/main.c. However this definition is between an #ifdef
BSD. Are you sure that this value of MAX_STACK_SIZE is used under Linux?

Which value have you put to build your axiom? (1<<24) /* 16Mb */ ?

Best regards,
d.
-- 
 address@hidden




reply via email to

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