From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27896 invoked by alias); 16 Jan 2005 22:35:45 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 27835 invoked by uid 48); 16 Jan 2005 22:35:43 -0000 Date: Sun, 16 Jan 2005 22:35:00 -0000 From: "timo dot lindfors at iki dot fi" To: java-prs@gcc.gnu.org Message-ID: <20050116223540.19473.timo.lindfors@iki.fi> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/19473] New: rhug build problem, regression? X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00125.txt.bz2 List-Id: 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