public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/37329]  New: ICE during .jar -> .bin compilation with -freduced-reflection.
@ 2008-09-02 13:32 pluto at agmk dot net
  2008-09-02 13:33 ` [Bug java/37329] " pluto at agmk dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pluto at agmk dot net @ 2008-09-02 13:32 UTC (permalink / raw)
  To: java-prs

$ /usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1 \
antlr.jar -fhash-synchronization -fno-use-divide-subroutine \
-fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions \
-quiet -dumpbase antlr.jar -mtune=generic -auxbase antlr -g0 \
-freduced-reflection -fbootclasspath=./:/usr/share/java/libgcj-4.3.2.jar


*** glibc detected *** /usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1:
malloc(): memory corruption (fast): 0x00000000010e7ae0 ***

======= Backtrace: =========
/lib64/libc.so.6[0x7f4979abd4e8]
/lib64/libc.so.6[0x7f4979ac03ea]
/lib64/libc.so.6(__libc_malloc+0xa1)[0x7f4979ac1b01]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x9270e8]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x5b4f7e]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x5b6b65]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x4070d9]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x408657]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x40a16d]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x40d1e3]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x42d0a2]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x42dcba]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x5bb90b]
/lib64/libc.so.6(__libc_start_main+0xe6)[0x7f4979a66486]
/usr/lib64/gcc/x86_64-pld-linux/4.3.2/jc1[0x403f69]


-- 
           Summary: ICE during .jar -> .bin compilation with -freduced-
                    reflection.
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
GCC target triplet: x86_64-gnu-linux


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


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

* [Bug java/37329] ICE during .jar -> .bin compilation with -freduced-reflection.
  2008-09-02 13:32 [Bug java/37329] New: ICE during .jar -> .bin compilation with -freduced-reflection pluto at agmk dot net
@ 2008-09-02 13:33 ` pluto at agmk dot net
  2008-09-05 22:56 ` pinskia at gcc dot gnu dot org
  2010-03-15 10:11 ` pluto at agmk dot net
  2 siblings, 0 replies; 4+ messages in thread
From: pluto at agmk dot net @ 2008-09-02 13:33 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pluto at agmk dot net  2008-09-02 13:33 -------
Created an attachment (id=16190)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16190&action=view)
testcase


-- 


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


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

* [Bug java/37329] ICE during .jar -> .bin compilation with -freduced-reflection.
  2008-09-02 13:32 [Bug java/37329] New: ICE during .jar -> .bin compilation with -freduced-reflection pluto at agmk dot net
  2008-09-02 13:33 ` [Bug java/37329] " pluto at agmk dot net
@ 2008-09-05 22:56 ` pinskia at gcc dot gnu dot org
  2010-03-15 10:11 ` pluto at agmk dot net
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-05 22:56 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-05 22:56 -------
Most likely fixed for 4.4 with
http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01461.html.


-- 


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


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

* [Bug java/37329] ICE during .jar -> .bin compilation with -freduced-reflection.
  2008-09-02 13:32 [Bug java/37329] New: ICE during .jar -> .bin compilation with -freduced-reflection pluto at agmk dot net
  2008-09-02 13:33 ` [Bug java/37329] " pluto at agmk dot net
  2008-09-05 22:56 ` pinskia at gcc dot gnu dot org
@ 2010-03-15 10:11 ` pluto at agmk dot net
  2 siblings, 0 replies; 4+ messages in thread
From: pluto at agmk dot net @ 2010-03-15 10:11 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pluto at agmk dot net  2010-03-15 10:11 -------
works fine with latest 4.4/4.5.


-- 

pluto at agmk dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.3.2
      Known to work|                            |4.4.4 4.5.0
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-03-15 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-02 13:32 [Bug java/37329] New: ICE during .jar -> .bin compilation with -freduced-reflection pluto at agmk dot net
2008-09-02 13:33 ` [Bug java/37329] " pluto at agmk dot net
2008-09-05 22:56 ` pinskia at gcc dot gnu dot org
2010-03-15 10:11 ` pluto at agmk dot net

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).