public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17779] New: ICE: Seg fault
@ 2004-10-01 16:35 ericw at evcohs dot com
  2004-10-01 17:20 ` [Bug java/17779] " tromey at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: ericw at evcohs dot com @ 2004-10-01 16:35 UTC (permalink / raw)
  To: java-prs

Using:
gcj (GCC) 3.4.1 (cygming special)

Building a project called Avrora found here:
<http://compilers.cs.ucla.edu/avrora/release.html>
Version 1.2.0-Beta JAR

With command line:
gcj --main=Main -o avrora.exe avrora-beta-1.2.0.jar

I get an ICE:
Arith.java:276: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I am not familiar at all with building Java projects, so I'm not sure how to
provide a smaller test case. There looks to be a an Arith.java file in the 
src\avrora\core\isdl\ast
subdirectory of the source code for this project. I don't know how to build just
that module without a bunch of other errors due to my incomplete command-line.
The web page on how to report a bug <http://gcc.gnu.org/bugs.html>, was not very
helpful when it comes to java projects.

Thanks
Eric Weddington

-- 
           Summary: ICE: Seg fault
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ericw at evcohs dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
  GCC host triplet: cygwin


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
@ 2004-10-01 17:20 ` tromey at gcc dot gnu dot org
  2004-10-01 17:32 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-10-01 17:20 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-10-01 17:20 -------
This also fails with current cvs head.

BTW, Eric, you probably want "--main=avrora.Main".
"--main" takes the fully qualified class name,
(just like the "java" command...)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-01 17:20:40
               date|                            |


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
  2004-10-01 17:20 ` [Bug java/17779] " tromey at gcc dot gnu dot org
@ 2004-10-01 17:32 ` pinskia at gcc dot gnu dot org
  2004-10-01 17:52 ` ericw at evcohs dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-01 17:32 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-01 17:32 -------
Here is the backtrace for a day old 4.0.0:
#0  make_class_data (type=0xf6e16244) at /home/gates/pinskia/src/gnu/gcc/src/gcc/java/class.c:
1563
#1  0x0809ee15 in finish_class () at /home/gates/pinskia/src/gnu/gcc/src/gcc/java/class.c:1844
#2  0x080c2b1c in parse_class_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/java/jcf-parse.c:
800
#3  0x080c6497 in java_parse_file (set_yydebug=0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
java/jcf-parse.c:1248
#4  0x083e61b5 in toplev_main (argc=0, argv=0xfef831e4) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/toplev.c:985
#5  0x00314ad4 in __libc_start_main () from /lib/tls/libc.so.6
#6  0x08049cb1 in _start ()


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


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
  2004-10-01 17:20 ` [Bug java/17779] " tromey at gcc dot gnu dot org
  2004-10-01 17:32 ` pinskia at gcc dot gnu dot org
@ 2004-10-01 17:52 ` ericw at evcohs dot com
  2004-10-01 17:58 ` tromey at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: ericw at evcohs dot com @ 2004-10-01 17:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ericw at evcohs dot com  2004-10-01 17:52 -------
Subject: Re:  ICE: Seg fault

tromey at gcc dot gnu dot org wrote:

>------- Additional Comments From tromey at gcc dot gnu dot org  2004-10-01 17:20 -------
>This also fails with current cvs head.
>
>BTW, Eric, you probably want "--main=avrora.Main".
>"--main" takes the fully qualified class name,
>(just like the "java" command...)
>
>
>  
>
Thanks for the tip! As I mentioned, I don't know anything about building 
Java projects.


-- 


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (2 preceding siblings ...)
  2004-10-01 17:52 ` ericw at evcohs dot com
@ 2004-10-01 17:58 ` tromey at gcc dot gnu dot org
  2004-10-04  8:52 ` aph at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-10-01 17:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-10-01 17:58 -------
I looked into this a little.

The bug is that we never call push_super_field() for the class
in question.  In layout_class, push_super_field can be called,
but we fail this test and skip the call:

  if (super_class && !CLASS_BEING_LAIDOUT (super_class))

In our case, CLASS_BEING_LAIDOUT (super_class) is true.

layout_class is only called once for the class in question,
so we never get another chance to call push_super_field.
Later we die because TYPE_FIELDS is NULL_TREE.

Offhand I'm not sure what to do.
Andrew has been working in this area lately, perhaps he
has an idea.  I will ping him.


-- 


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (3 preceding siblings ...)
  2004-10-01 17:58 ` tromey at gcc dot gnu dot org
@ 2004-10-04  8:52 ` aph at gcc dot gnu dot org
  2004-10-05 14:47 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-10-04  8:52 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (4 preceding siblings ...)
  2004-10-04  8:52 ` aph at gcc dot gnu dot org
@ 2004-10-05 14:47 ` pinskia at gcc dot gnu dot org
  2004-10-05 14:55 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-05 14:47 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-05 14:47 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00380.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (5 preceding siblings ...)
  2004-10-05 14:47 ` pinskia at gcc dot gnu dot org
@ 2004-10-05 14:55 ` cvs-commit at gcc dot gnu dot org
  2004-10-05 15:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-05 14:55 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-05 14:55 -------
Subject: Bug 17779

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aph@gcc.gnu.org	2004-10-05 14:55:40

Modified files:
	gcc/java       : ChangeLog jcf-parse.c 

Log message:
	2004-10-05  Andrew Haley  <aph@redhat.com>
	
	PR java/17779
	* jcf-parse.c (parse_zip_file_entries): If a class has a
	superclass and a TYPE_SIZE of zero, lay it out.
	
	2004-09-30  Andrew Haley  <aph@redhat.com>
	
	PR java/17733
	* jcf-parse.c (compute_class_name): Rewrite.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1478&r2=1.1479
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&r1=1.174&r2=1.175



-- 


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (6 preceding siblings ...)
  2004-10-05 14:55 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-05 15:51 ` pinskia at gcc dot gnu dot org
  2004-10-05 16:04 ` ericw at evcohs dot com
  2004-10-05 16:08 ` aph at redhat dot com
  9 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-05 15:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-05 15:50 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (7 preceding siblings ...)
  2004-10-05 15:51 ` pinskia at gcc dot gnu dot org
@ 2004-10-05 16:04 ` ericw at evcohs dot com
  2004-10-05 16:08 ` aph at redhat dot com
  9 siblings, 0 replies; 14+ messages in thread
From: ericw at evcohs dot com @ 2004-10-05 16:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ericw at evcohs dot com  2004-10-05 16:04 -------
Can this be backported at all to the 3.4.x series?

-- 


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


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

* [Bug java/17779] ICE: Seg fault
  2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
                   ` (8 preceding siblings ...)
  2004-10-05 16:04 ` ericw at evcohs dot com
@ 2004-10-05 16:08 ` aph at redhat dot com
  9 siblings, 0 replies; 14+ messages in thread
From: aph at redhat dot com @ 2004-10-05 16:08 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at redhat dot com  2004-10-05 16:08 -------
Subject:  ICE: Seg fault

In principle, yes.  I'm not strongly inclined to do so myself, but
someone else could certainly apply the patch and do the tests.


-- 


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


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

* [Bug java/17779] ICE: Seg fault
       [not found] <bug-17779-6095@http.gcc.gnu.org/bugzilla/>
  2008-01-04 11:07 ` aph at gcc dot gnu dot org
  2008-01-04 15:06 ` dominiq at lps dot ens dot fr
@ 2008-01-04 15:14 ` aph at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: aph at gcc dot gnu dot org @ 2008-01-04 15:14 UTC (permalink / raw)
  To: java-prs



------- Comment #12 from aph at gcc dot gnu dot org  2008-01-04 15:14 -------
Subject: Bug 17779

Author: aph
Date: Fri Jan  4 15:13:53 2008
New Revision: 131324

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131324
Log:
2008-01-04  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Move decl to compile on
        C90.

Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/jcf-parse.c


-- 


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


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

* [Bug java/17779] ICE: Seg fault
       [not found] <bug-17779-6095@http.gcc.gnu.org/bugzilla/>
  2008-01-04 11:07 ` aph at gcc dot gnu dot org
@ 2008-01-04 15:06 ` dominiq at lps dot ens dot fr
  2008-01-04 15:14 ` aph at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-01-04 15:06 UTC (permalink / raw)
  To: java-prs



------- Comment #11 from dominiq at lps dot ens dot fr  2008-01-04 15:06 -------
rebuilding java fails with:

...
/opt/gcc/i686-darwin/./prev-gcc/xgcc -B/opt/gcc/i686-darwin/./prev-gcc/
-B/opt/gcc/gcc4.3w/i686-apple-darwin9/bin/ -c   -g -O2 -fomit-frame-pointer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros                                    
-Wno-overlength-strings -Werror -fno-common   -DHAVE_CONFIG_H -I. -Ijava
-I../../gcc-4.3-work/gcc -I../../gcc-4.3-work/gcc/java
-I../../gcc-4.3-work/gcc/../include -I./../intl
-I../../gcc-4.3-work/gcc/../libcpp/include -I/sw/include 
-I../../gcc-4.3-work/gcc/../libdecnumber
-I../../gcc-4.3-work/gcc/../libdecnumber/dpd -I../libdecnumber   
../../gcc-4.3-work/gcc/java/jcf-parse.c -o java/jcf-parse.o
cc1: warnings being treated as errors
../../gcc-4.3-work/gcc/java/jcf-parse.c: In function 'parse_zip_file_entries':
../../gcc-4.3-work/gcc/java/jcf-parse.c:2079: error: ISO C90 forbids mixed
declarations and code
make[3]: *** [java/jcf-parse.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2

The following patch fixes the problem:

--- ../_gcc_clean/gcc/java/jcf-parse.c  2008-01-04 15:33:37.000000000 +0100
+++ ../gcc-4.3-work/gcc/java/jcf-parse.c        2008-01-04 16:01:18.000000000
+0100
@@ -2061,6 +2061,7 @@
 {
   struct ZipDirectory *zdir;
   int i;
+  int previous_alias_set;

   for (i = 0, zdir = (ZipDirectory *)localToFile->central_directory;
        i < localToFile->count; i++, zdir = ZIPDIR_NEXT (zdir))
@@ -2076,7 +2077,7 @@
          {
            char *class_name = compute_class_name (zdir);
            class = lookup_class (get_identifier (class_name));
-           int previous_alias_set = -1;
+           previous_alias_set = -1;
            FREE (class_name);
            current_jcf = TYPE_JCF (class);


-- 


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


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

* [Bug java/17779] ICE: Seg fault
       [not found] <bug-17779-6095@http.gcc.gnu.org/bugzilla/>
@ 2008-01-04 11:07 ` aph at gcc dot gnu dot org
  2008-01-04 15:06 ` dominiq at lps dot ens dot fr
  2008-01-04 15:14 ` aph at gcc dot gnu dot org
  2 siblings, 0 replies; 14+ messages in thread
From: aph at gcc dot gnu dot org @ 2008-01-04 11:07 UTC (permalink / raw)
  To: java-prs



------- Comment #10 from aph at gcc dot gnu dot org  2008-01-04 11:07 -------
Subject: Bug 17779

Author: aph
Date: Fri Jan  4 11:06:34 2008
New Revision: 131319

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131319
Log:
2008-01-03  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Unset TYPE_ALIAS_SET if
        we're about to re-layout the type.

Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/jcf-parse.c


-- 


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


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

end of thread, other threads:[~2008-01-04 15:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-01 16:35 [Bug java/17779] New: ICE: Seg fault ericw at evcohs dot com
2004-10-01 17:20 ` [Bug java/17779] " tromey at gcc dot gnu dot org
2004-10-01 17:32 ` pinskia at gcc dot gnu dot org
2004-10-01 17:52 ` ericw at evcohs dot com
2004-10-01 17:58 ` tromey at gcc dot gnu dot org
2004-10-04  8:52 ` aph at gcc dot gnu dot org
2004-10-05 14:47 ` pinskia at gcc dot gnu dot org
2004-10-05 14:55 ` cvs-commit at gcc dot gnu dot org
2004-10-05 15:51 ` pinskia at gcc dot gnu dot org
2004-10-05 16:04 ` ericw at evcohs dot com
2004-10-05 16:08 ` aph at redhat dot com
     [not found] <bug-17779-6095@http.gcc.gnu.org/bugzilla/>
2008-01-04 11:07 ` aph at gcc dot gnu dot org
2008-01-04 15:06 ` dominiq at lps dot ens dot fr
2008-01-04 15:14 ` aph 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).