public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/19473] New: rhug build problem, regression?
@ 2005-01-16 22:35 timo dot lindfors at iki dot fi
  2005-01-16 22:39 ` [Bug java/19473] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: timo dot lindfors at iki dot fi @ 2005-01-16 22:35 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/19473] rhug build problem, regression?
  2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
@ 2005-01-16 22:39 ` pinskia at gcc dot gnu dot org
  2005-01-25 21:26 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-16 22:39 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |memory-hog


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/19473] rhug build problem, regression?
  2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
  2005-01-16 22:39 ` [Bug java/19473] " pinskia at gcc dot gnu dot org
@ 2005-01-25 21:26 ` tromey at gcc dot gnu dot org
  2005-01-25 22:02 ` timo dot lindfors at iki dot fi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-01-25 21:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-01-25 21:26 -------
I rebuilt this part of rhug with the 20050124 gcj
with no problems.  Could you try a newer gcj?
Also, what platform are you on?


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/19473] rhug build problem, regression?
  2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
  2005-01-16 22:39 ` [Bug java/19473] " pinskia at gcc dot gnu dot org
  2005-01-25 21:26 ` tromey at gcc dot gnu dot org
@ 2005-01-25 22:02 ` timo dot lindfors at iki dot fi
  2005-01-26 12:16 ` timo dot lindfors at iki dot fi
  2005-01-26 12:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: timo dot lindfors at iki dot fi @ 2005-01-25 22:02 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From timo dot lindfors at iki dot fi  2005-01-25 22:02 -------
Sure. Seems it also fails with 2005-01-21 gcj&rhug. I'll try with
2005-01-25 next and report the results here.

The platform is just a normal x86 (intel pentium 4) running fedora
with kernel "2.6.10-1.741_FC3".

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/19473] rhug build problem, regression?
  2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
                   ` (2 preceding siblings ...)
  2005-01-25 22:02 ` timo dot lindfors at iki dot fi
@ 2005-01-26 12:16 ` timo dot lindfors at iki dot fi
  2005-01-26 12:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: timo dot lindfors at iki dot fi @ 2005-01-26 12:16 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From timo dot lindfors at iki dot fi  2005-01-26 12:16 -------
Works fine with 2005-01-25 here too. Seems somebody already fixed this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/19473] rhug build problem, regression?
  2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
                   ` (3 preceding siblings ...)
  2005-01-26 12:16 ` timo dot lindfors at iki dot fi
@ 2005-01-26 12:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-26 12:18 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-26 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-16 22:35 [Bug java/19473] New: rhug build problem, regression? timo dot lindfors at iki dot fi
2005-01-16 22:39 ` [Bug java/19473] " pinskia at gcc dot gnu dot org
2005-01-25 21:26 ` tromey at gcc dot gnu dot org
2005-01-25 22:02 ` timo dot lindfors at iki dot fi
2005-01-26 12:16 ` timo dot lindfors at iki dot fi
2005-01-26 12:18 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).