This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: is there a problem with large compiles?
- From: Per Bothner <per at bothner dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 11 May 2003 19:34:26 -0700
- Subject: Re: is there a problem with large compiles?
- References: <87r875rwom.fsf@pooh-sticks-bridge.tapsellferrier.co.uk>
Nic Ferrier wrote:
I'm hitting a memory problem when compiling the whole project with an
@file.
jc1: out of memory allocating 3896982688 bytes after a total of 143568 bytes
Is this expected behaviour of 3.3? Or is it something going wrong
somewhere.
I would assume something is going wrong somewhere. Probably the
argument malloc is some expression that uses some value that got
clobbered somehow - perhaps some data structure got re-allocated
when it shouldn't have, for example.
--
--Per Bothner
per@bothner.com http://per.bothner.com/