public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22507] New: GCJ segfaults building Apache Cocoon
@ 2005-07-16  1:00 ms419 at freezone dot co dot uk
  2005-07-16  1:07 ` [Bug java/22507] " ms419 at freezone dot co dot uk
  2005-07-18 18:07 ` tromey at gcc dot gnu dot org
  0 siblings, 2 replies; 4+ messages in thread
From: ms419 at freezone dot co dot uk @ 2005-07-16  1:00 UTC (permalink / raw)
  To: java-prs

GCC segfaults building Apache Cocoon using GCJ

I rebuilt GCC using gcc-4.0-20050707.tar.bz2 snapshot, but encountered the same
problem

I reduced the offending source file to this test case -
http://www.sfu.ca/~jdbates/tmp/gcc/TestSegfault.java

I observe compiling this test case produces this output -


fis% gcj TestSegfault.java
TestSegfault.java: In class 'TestSegfault$2':
TestSegfault.java: In method 'TestSegfault$2.bar()':
TestSegfault.java:40: 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.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
fis% 


The following is information about my version of GCC -


fis% gcc -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-multilib --disable-werror --enable-checking=release powerpc-linux-gnu
Thread model: posix
gcc version 4.0.1 (Debian 4.0.1+200507130-1)
fis%

-- 
           Summary: GCJ segfaults building Apache Cocoon
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ms419 at freezone dot co dot uk
                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=22507


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

* [Bug java/22507] GCJ segfaults building Apache Cocoon
  2005-07-16  1:00 [Bug java/22507] New: GCJ segfaults building Apache Cocoon ms419 at freezone dot co dot uk
@ 2005-07-16  1:07 ` ms419 at freezone dot co dot uk
  2005-07-18 18:07 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: ms419 at freezone dot co dot uk @ 2005-07-16  1:07 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ms419 at freezone dot co dot uk  2005-07-16 01:06 -------
Created an attachment (id=9285)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9285&action=view)
Segfault test case


-- 


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


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

* [Bug java/22507] GCJ segfaults building Apache Cocoon
  2005-07-16  1:00 [Bug java/22507] New: GCJ segfaults building Apache Cocoon ms419 at freezone dot co dot uk
  2005-07-16  1:07 ` [Bug java/22507] " ms419 at freezone dot co dot uk
@ 2005-07-18 18:07 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-07-18 18:07 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-07-18 18:07 -------
Confirmed with 4.0 and cvs trunk.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-18 18:07:47
               date|                            |


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


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

* [Bug java/22507] GCJ segfaults building Apache Cocoon
       [not found] <bug-22507-11009@http.gcc.gnu.org/bugzilla/>
@ 2007-01-09 20:52 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:52 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2007-01-09 20:47 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-01-09 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-16  1:00 [Bug java/22507] New: GCJ segfaults building Apache Cocoon ms419 at freezone dot co dot uk
2005-07-16  1:07 ` [Bug java/22507] " ms419 at freezone dot co dot uk
2005-07-18 18:07 ` tromey at gcc dot gnu dot org
     [not found] <bug-22507-11009@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:52 ` 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).