This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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]

[Bug java/19473] New: rhug build problem, regression?


I tried to build rhug from cvs 2005-01-16 with gcc from cvs 2005-01-16 but
apparently
gcj enters some sort of an endless loop that eats all memory:

gcj --encoding=UTF-8 -fassume-compiled
--classpath=/home/lindi/src-2005-01-16/rhug/gnu.crypto/jce/javax-crypto.jar:.:.
-g -O2 -c gnu/crypto/cipher/Rijndael.java -MT gnu/crypto/cipher/Rijndael.lo -MD
-MP -MF gnu/crypto/cipher/.deps/Rijndael.TPlo  -fPIC  -o
gnu/crypto/cipher/Rijndael.o
gcj: Internal error: Killed (program jc1)

The box has 1G of ram and 1G of swap. Also, the problematic file builds fine
with  gcc from 2005-01-14:

$ LD_LIBRARY_PATH=/home/lindi/installdir-2005-01-14/gcc/lib
PATH=/home/lindi/installdir-2005-01-14/gcc/bin:$PATH gcj --encoding=UTF-8
-fassume-compiled
--classpath=/home/lindi/src-2005-01-16/rhug/gnu.crypto/jce/javax-crypto.jar:.:.
-g -O2 -c gnu/crypto/cipher/Rijndael.java -MT gnu/crypto/cipher/Rijndael.lo -MD
-MP -MF gnu/crypto/cipher/.deps/Rijndael.TPlo  -fPIC  -o
gnu/crypto/cipher/Rijndael.o
$ ls -l gnu/crypto/cipher/Rijndael.o
-rw-rw-r--  1 lindi lindi 401176 Jan 16 23:40 gnu/crypto/cipher/Rijndael.o

-- 
           Summary: rhug build problem, regression?
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: timo dot lindfors at iki dot fi
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19473


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