public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13667] New: GCJ crashes on compilation
@ 2004-01-13 13:25 gilead at yellowhedgehog dot com
  2004-01-13 13:34 ` [Bug java/13667] " gilead at yellowhedgehog dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-13 13:25 UTC (permalink / raw)
  To: gcc-bugs

When I try to compile java sources I get following error:

max@barracuda:~/misc/xmage$ gcj -save-temps xmage/math/Point2f.java
xmage/math/Point2f.java:412: internal compiler error: in make_class_data, at
java/class.c:1609
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

GCJ version:

max@barracuda:~$ gcj -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.3 20040110 (prerelease) (Debian)

System:

max@barracuda:~$ uname -a
Linux barracuda 2.4.20-1-686 #1 Sat Mar 22 13:16:21 EST 2003 i686 GNU/Linux


Project page: http://yellowhedgehog.com/xmage/
ViewCVS: http://cvs.sourceforge.net/viewcvs.py/xmage/xmage/


I'll be glad provide any other necessary data when requested.

Max

-- 
           Summary: GCJ crashes on compilation
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gilead at yellowhedgehog dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
@ 2004-01-13 13:34 ` gilead at yellowhedgehog dot com
  2004-01-13 16:53 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-13 13:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-13 13:34 -------
Created an attachment (id=5471)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5471&action=view)
Compiler temporary file


-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
  2004-01-13 13:34 ` [Bug java/13667] " gilead at yellowhedgehog dot com
@ 2004-01-13 16:53 ` pinskia at gcc dot gnu dot org
  2004-01-13 18:54 ` gilead at yellowhedgehog dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-13 16:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-13 16:53 -------
Can you attach xmage/math/Point2f.java (Java does not have tempory files at all).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
  2004-01-13 13:34 ` [Bug java/13667] " gilead at yellowhedgehog dot com
  2004-01-13 16:53 ` pinskia at gcc dot gnu dot org
@ 2004-01-13 18:54 ` gilead at yellowhedgehog dot com
  2004-01-21 19:09 ` dhazeghi at yahoo dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-13 18:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-13 18:54 -------
Created an attachment (id=5474)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5474&action=view)
Source file causing problem

I tested gcj on file separate from the rest of the project and verified that
compiler crashes in such setup as well.

-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (2 preceding siblings ...)
  2004-01-13 18:54 ` gilead at yellowhedgehog dot com
@ 2004-01-21 19:09 ` dhazeghi at yahoo dot com
  2004-01-21 21:37 ` gilead at yellowhedgehog dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 19:09 -------
Works fine for me with gcc mainline and 3.3.1. This is occurring with a 3.3-branch sources?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (3 preceding siblings ...)
  2004-01-21 19:09 ` dhazeghi at yahoo dot com
@ 2004-01-21 21:37 ` gilead at yellowhedgehog dot com
  2004-01-21 21:42 ` gilead at yellowhedgehog dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-21 21:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-21 21:37 -------
(In reply to comment #4)
> Works fine for me with gcc mainline and 3.3.1. This is occurring with a
3.3-branch sources?

Should I do additional checks locally (what exactly?) or should I ask Debian
package maintainer (what question exactly?) ?


-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (4 preceding siblings ...)
  2004-01-21 21:37 ` gilead at yellowhedgehog dot com
@ 2004-01-21 21:42 ` gilead at yellowhedgehog dot com
  2004-01-21 22:09 ` dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-21 21:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-21 21:42 -------
Exactly the same bug can be reproduced with 3.3.2, details below:

max@devel:~$ gcj -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.2 (Debian)


-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (5 preceding siblings ...)
  2004-01-21 21:42 ` gilead at yellowhedgehog dot com
@ 2004-01-21 22:09 ` dhazeghi at yahoo dot com
  2004-01-22  7:05 ` gilead at yellowhedgehog dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 22:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 22:09 -------
Okay, I'll give 3.3.3 a try.... Would you mind testing a 3.4 snapshot?

-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (6 preceding siblings ...)
  2004-01-21 22:09 ` dhazeghi at yahoo dot com
@ 2004-01-22  7:05 ` gilead at yellowhedgehog dot com
  2004-01-24 15:54 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-22  7:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-22 07:05 -------
Not at all. Please tell me where should I get sources or binaries from (private
mail is good option I think). I already tried to compile CVS sources but
compilation failed so I may need some assistance if I'm supposed to use CVS version.

-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (7 preceding siblings ...)
  2004-01-22  7:05 ` gilead at yellowhedgehog dot com
@ 2004-01-24 15:54 ` dhazeghi at yahoo dot com
  2004-01-25 16:28 ` gilead at yellowhedgehog dot com
  2004-01-25 16:31 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-24 15:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-24 15:54 -------
I just tested with mainline and it works there too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (8 preceding siblings ...)
  2004-01-24 15:54 ` dhazeghi at yahoo dot com
@ 2004-01-25 16:28 ` gilead at yellowhedgehog dot com
  2004-01-25 16:31 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: gilead at yellowhedgehog dot com @ 2004-01-25 16:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gilead at yellowhedgehog dot com  2004-01-25 16:28 -------
This file compiles fine with gcc version 3.4.0 20040125 (prerelease) obtained
from CVS branch gcc-3_4-branch.


-- 


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


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

* [Bug java/13667] GCJ crashes on compilation
  2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
                   ` (9 preceding siblings ...)
  2004-01-25 16:28 ` gilead at yellowhedgehog dot com
@ 2004-01-25 16:31 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-25 16:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-25 16:31 -------
According to the submitter this works with 3.4.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

end of thread, other threads:[~2004-01-25 16:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13 13:25 [Bug java/13667] New: GCJ crashes on compilation gilead at yellowhedgehog dot com
2004-01-13 13:34 ` [Bug java/13667] " gilead at yellowhedgehog dot com
2004-01-13 16:53 ` pinskia at gcc dot gnu dot org
2004-01-13 18:54 ` gilead at yellowhedgehog dot com
2004-01-21 19:09 ` dhazeghi at yahoo dot com
2004-01-21 21:37 ` gilead at yellowhedgehog dot com
2004-01-21 21:42 ` gilead at yellowhedgehog dot com
2004-01-21 22:09 ` dhazeghi at yahoo dot com
2004-01-22  7:05 ` gilead at yellowhedgehog dot com
2004-01-24 15:54 ` dhazeghi at yahoo dot com
2004-01-25 16:28 ` gilead at yellowhedgehog dot com
2004-01-25 16:31 ` 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).