This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: buildfailure in expr.c on darwin
- From: Andreas Tobler <a dot tobler at schweiz dot ch>
- To: Devang Patel <dpatel at apple dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Thu, 22 Nov 2001 07:18:07 +0100
- Subject: Re: buildfailure in expr.c on darwin
- Organization: zero
- References: <835B72DF-DED4-11D5-A480-00306558FC20@apple.com>
- Reply-to: a dot tobler at schweiz dot ch
Hi Devang,
Devang Patel wrote:
>
> Increasing the stack size fixes one expr.c crash during bootstrap. I do
> not remember
> this crash you are seeing is the same one or not, but try with higher
> stack size.
No, the stacksize is already unlimited. The build went fine 10h before.
limit:
cputime unlimited
filesize unlimited
datasize 6144 kbytes
stacksize 65536 kbytes
coredumpsize 0 kbytes
memoryuse unlimited
descriptors 256
memorylocked unlimited
maxproc 100
Andreas