public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/31853]  New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator
@ 2007-05-07 12:05 deknuydt at esat dot kuleuven dot be
  2007-05-24 16:31 ` [Bug java/31853] " tromey at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: deknuydt at esat dot kuleuven dot be @ 2007-05-07 12:05 UTC (permalink / raw)
  To: java-prs

I get the following while bootstrapping gcc on a Tru64 alpha:

/bin/ksh ./libtool --mode=compile
/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/gcj
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/ -mieee -fclasspath=
-fbootclasspath=/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -fjni
-findirect-dispatch -c -o gnu-CORBA.lo @gnu-CORBA.list
/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/gcj
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/ -mieee -fclasspath=
-fbootclasspath=/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -fjni
-findirect-dispatch -c @gnu-CORBA.list  -o .libs/gnu-CORBA.o
gnu/CORBA/ObjectCreator.java: In class 'gnu.CORBA.ObjectCreator':
gnu/CORBA/ObjectCreator.java: In method
'gnu.CORBA.ObjectCreator.createObject(java.lang.String,java.lang.String)':
gnu/CORBA/ObjectCreator.java:122: 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.

When I remove the '-findirect-dispatch' flag, it compiles the thing.

Anything I can do to help solve this thing?


-- 
           Summary: ICE in bootstrap compiling gnu.CORBA.ObjectCreator
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deknuydt at esat dot kuleuven dot be
 GCC build triplet: alpha-dec-osf5.1
  GCC host triplet: alpha-dec-osf5.1
GCC target triplet: alpha-dec-osf5.1


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


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

* [Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator
  2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
@ 2007-05-24 16:31 ` tromey at gcc dot gnu dot org
  2007-05-24 16:51 ` deknuydt at esat dot kuleuven dot be
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-05-24 16:31 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2007-05-24 17:31 -------
Could you get a stack trace at the point of the ICE?
That might help.
If that doesn't help, though, all that remains is debugging jc1
to see what goes wrong.

If you have the time another thing to try is building a later version,
for instance svn trunk.  Maybe you've stumbled across a bug that
got fixed later on.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-05-24 17:31:11
               date|                            |


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


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

* [Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator
  2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
  2007-05-24 16:31 ` [Bug java/31853] " tromey at gcc dot gnu dot org
@ 2007-05-24 16:51 ` deknuydt at esat dot kuleuven dot be
  2007-05-24 17:02 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: deknuydt at esat dot kuleuven dot be @ 2007-05-24 16:51 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from deknuydt at esat dot kuleuven dot be  2007-05-24 17:51 -------
(In reply to comment #1)
>
> If you have the time another thing to try is building a later version,
> for instance svn trunk.  Maybe you've stumbled across a bug that
> got fixed later on.

I tried 4.2.0 which was released since.  And there the problem is gone;
everything build well.  So in a practical sense the bug disappeared.

If you want, I can try the latest 4.1-branch ...


-- 


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


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

* [Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator
  2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
  2007-05-24 16:31 ` [Bug java/31853] " tromey at gcc dot gnu dot org
  2007-05-24 16:51 ` deknuydt at esat dot kuleuven dot be
@ 2007-05-24 17:02 ` tromey at gcc dot gnu dot org
  2007-05-25 10:12 ` deknuydt at esat dot kuleuven dot be
  2007-05-25 21:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-05-24 17:02 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2007-05-24 18:02 -------
Unless you need 4.1 and plan to work on this bug, I would like to close it.
What do you think?


-- 


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


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

* [Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator
  2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
                   ` (2 preceding siblings ...)
  2007-05-24 17:02 ` tromey at gcc dot gnu dot org
@ 2007-05-25 10:12 ` deknuydt at esat dot kuleuven dot be
  2007-05-25 21:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: deknuydt at esat dot kuleuven dot be @ 2007-05-25 10:12 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from deknuydt at esat dot kuleuven dot be  2007-05-25 11:12 -------
(In reply to comment #3)
> Unless you need 4.1 and plan to work on this bug, I would like to close it.
> What do you think?

Just close it. 4.2.0 seems okay to me.


-- 


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


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

* [Bug java/31853] ICE in bootstrap compiling gnu.CORBA.ObjectCreator
  2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
                   ` (3 preceding siblings ...)
  2007-05-25 10:12 ` deknuydt at esat dot kuleuven dot be
@ 2007-05-25 21:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-05-25 21:05 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2007-05-25 21:05 -------
Thanks for your response.
Closing as fixed in 4.2.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

end of thread, other threads:[~2007-05-25 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-07 12:05 [Bug java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator deknuydt at esat dot kuleuven dot be
2007-05-24 16:31 ` [Bug java/31853] " tromey at gcc dot gnu dot org
2007-05-24 16:51 ` deknuydt at esat dot kuleuven dot be
2007-05-24 17:02 ` tromey at gcc dot gnu dot org
2007-05-25 10:12 ` deknuydt at esat dot kuleuven dot be
2007-05-25 21:05 ` tromey 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).