This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java/6462: jc1 "Cannot allocate xxx bytes after allocating yyyy bytes" message



>Number:         6462
>Category:       java
>Synopsis:       jc1 "Cannot allocate xxx bytes after allocating yyyy bytes" message
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 25 13:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     me@christltimon.de
>Release:        gcc-3.0.4
>Organization:
>Environment:
Redhat 7.2

gcc 3.0.4 built from source with "make bootstrap-lean", using gcc 2.96. I omitted the testing step.

AMD Athlon 900 MHz with 512MB RAM and plenty of diskspace
>Description:
jc1 exits with the following error message when I try to compile a java file. It also happens when I try to compile already compiled .class files.


gcc --verbose  -c -o Board.o Board.java
Reading specs from /home/tmp/christl/gcc-3.0.4/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --prefix=/home/cip/christl/tmp/gcc-3.0.4
Thread model: single
gcc version 3.0.4
 /home/tmp/christl/gcc-3.0.4/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.0.4/jc1 Board.java -quiet -dumpbase Board.java -version -o /tmp/ccwevWAf.s
GNU Java version 3.0.4 (i686-pc-linux-gnu)
        compiled by GNU C version 3.0.4.

jc1: Cannot allocate 1768386413 bytes after allocating 179016 bytes

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]