public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
@ 2003-09-07 19:41 everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 19:44 ` [Bug java/12202] " everton at lab dot ipaccess dot diveo dot net dot br
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-07 19:41 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gcj 3.3.1 crashes compiling simple program against
                    apache xmlrpc library
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: everton at lab dot ipaccess dot diveo dot net dot br
                CC: gcc-bugs at gcc dot gnu dot org

System: i686-pc-linux-gnu-gcj
GCC:    3.3.1

When compiling a simple Java program against apache xmlrpc library,
gcj reports the following crash:

$ gcj -o fea Main.java xmlrpc-1.2-b1.jar
uk/co/wilson/xml/MinML.class:0: 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.
$

Please advise if I can help by providing further info.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-07 19:44 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 20:17 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-07 19:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From everton at lab dot ipaccess dot diveo dot net dot br  2003-09-07 19:44 -------
Created an attachment (id=4712)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4712&action=view)
Java program which produces the crash


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 19:44 ` [Bug java/12202] " everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-07 20:17 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 22:05 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-07 20:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From everton at lab dot ipaccess dot diveo dot net dot br  2003-09-07 20:17 -------
I have found this:

[ http://gcc.gnu.org/install/specific.html#ix86-*-linux* ]
As of GCC 3.3, binutils 2.13.1 or later is required for this platform.
See bug 10877 for more information.

But I'm running this:

$ dpkg -l | grep -i binutils
ii  binutils       2.12.90.0.1-4  The GNU assembler, linker and binary utiliti
$

It seems my binutils is not recent enough.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 19:44 ` [Bug java/12202] " everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-07 20:17 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-07 22:05 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-08  1:55 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-07 22:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From everton at lab dot ipaccess dot diveo dot net dot br  2003-09-07 22:05 -------
Seeing the same error on gcj 3.3.1 from Debian/sarge,
presumably built with newer binutils:

$ dpkg -s binutils | grep Version
Version: 2.14.90.0.4-0.1

$ gcj --version
gcj (GCC) 3.3.1 20030626 (Debian prerelease)

I'm going to to try to build GCC 3.3.1 myself with
this new binutils and will report the result here.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (2 preceding siblings ...)
  2003-09-07 22:05 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-08  1:55 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-16  0:15 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-08  1:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From everton at lab dot ipaccess dot diveo dot net dot br  2003-09-08 01:55 -------
Home-built gcj 3.3.1 can't compile yet:

$ /usr/local/gcc/bin/gcj --main=Main -o fea Main.java xmlrpc-1.2-b1.jar
uk/co/wilson/xml/MinML.class:0: 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.
$
$ /usr/local/gcc/bin/gcj --version
gcj (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$

Any idea?


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (3 preceding siblings ...)
  2003-09-08  1:55 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-16  0:15 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-16  1:23 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-16  0:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


everton at lab dot ipaccess dot diveo dot net dot br changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |i686-pc-linux-gnu-gcj


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (4 preceding siblings ...)
  2003-09-16  0:15 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-16  1:23 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-28 21:09 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-16  1:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


everton at lab dot ipaccess dot diveo dot net dot br changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|i686-pc-linux-gnu-gcj       |i686-pc-linux-gnu


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (5 preceding siblings ...)
  2003-09-16  1:23 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-28 21:09 ` pinskia at gcc dot gnu dot org
  2003-09-28 22:06 ` everton at lab dot ipaccess dot diveo dot net dot br
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-28 21:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-28 20:53 -------
Could you attach the xmlrpc-1.2-b1.jar file.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (6 preceding siblings ...)
  2003-09-28 21:09 ` pinskia at gcc dot gnu dot org
@ 2003-09-28 22:06 ` everton at lab dot ipaccess dot diveo dot net dot br
  2003-09-28 22:12 ` [Bug java/12202] gcj 3.3.1 crashes compiling the " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: everton at lab dot ipaccess dot diveo dot net dot br @ 2003-09-28 22:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From everton at lab dot ipaccess dot diveo dot net dot br  2003-09-28 21:39 -------
Created an attachment (id=4847)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4847&action=view)
xmlrpc-1.2-b1.jar file from Apache XMLRPC library

This .jar file was downloaded directly from Apache XMLRPC site.

gcj is able to recompile the .jar from the XMLRPC sources.
But it also crashes when compiling the test case against
such new .jar.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling the apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (7 preceding siblings ...)
  2003-09-28 22:06 ` everton at lab dot ipaccess dot diveo dot net dot br
@ 2003-09-28 22:12 ` pinskia at gcc dot gnu dot org
  2004-01-12  6:34 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-28 22:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-28 21:46:38
               date|                            |
            Summary|gcj 3.3.1 crashes compiling |gcj 3.3.1 crashes compiling
                   |simple program against      |the apache xmlrpc library
                   |apache xmlrpc library       |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-28 21:46 -------
I can confirm this on the mainline (20030925).
gcj -o fea.o -c xmlrpc-1.2-b1.jar
FesiRpcExtension.java:0: error: cannot find file for class FESI.Data.ObjectPrototype
org/apache/xmlrpc/fesi/FesiRpcExtension$ESRemote.class:0: error: cannot find file for class 
FESI.Data.ObjectPrototype
FesiRpcExtension.java: In class `org.apache.xmlrpc.fesi.FesiRpcExtension$ESRemote':
FesiRpcExtension.java: In constructor 
`(org.apache.xmlrpc.fesi.FesiRpcExtension,FESI.Data.ESObject,FESI.Interpreter.Evaluator,java.lang.S
tring,java.lang.String)':
FesiRpcExtension.java:254: error: cannot find file for class FESI.Data.ObjectPrototype
FesiRpcExtension.java:254: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug java/12202] gcj 3.3.1 crashes compiling the apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (8 preceding siblings ...)
  2003-09-28 22:12 ` [Bug java/12202] gcj 3.3.1 crashes compiling the " pinskia at gcc dot gnu dot org
@ 2004-01-12  6:34 ` pinskia at gcc dot gnu dot org
  2004-05-22  4:10 ` pinskia at gcc dot gnu dot org
  2004-08-20  6:59 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-12  6:34 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code
   Last reconfirmed|2003-09-28 21:46:38         |2004-01-12 06:34:12
               date|                            |


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


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

* [Bug java/12202] gcj 3.3.1 crashes compiling the apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (9 preceding siblings ...)
  2004-01-12  6:34 ` pinskia at gcc dot gnu dot org
@ 2004-05-22  4:10 ` pinskia at gcc dot gnu dot org
  2004-08-20  6:59 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22  4:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-21 02:59 -------
Confirmed again:
[zhivago:~/src/gccPRs] pinskia% ~/fsf-clean-nocheck/bin/gcj -o fea.o -c xmlrpc-1.2-b1.jar 
-pedanticuk/co/wilson/xml/MinML.java: In class `uk.co.wilson.xml.MinML':
uk/co/wilson/xml/MinML.java: In method `uk.co.wilson.xml.MinML.parse(java.io.Reader)':
uk/co/wilson/xml/MinML.java:0: warning: In 
uk.co.wilson.xml.MinML.parse(java.io.Reader): overlapped variable and exception 
ranges at 1215
uk/co/wilson/xml/MinML.java:469: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



But I think this failure is due to java front-end calling expand related functions which it 
should not any more.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-01-12 06:34:12         |2004-05-21 02:59:16
               date|                            |


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


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

* [Bug java/12202] gcj 3.3.1 crashes compiling the apache xmlrpc library
  2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
                   ` (10 preceding siblings ...)
  2004-05-22  4:10 ` pinskia at gcc dot gnu dot org
@ 2004-08-20  6:59 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-20  6:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-20 06:59 -------


*** This bug has been marked as a duplicate of 12996 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-08-20  6:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 19:41 [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library everton at lab dot ipaccess dot diveo dot net dot br
2003-09-07 19:44 ` [Bug java/12202] " everton at lab dot ipaccess dot diveo dot net dot br
2003-09-07 20:17 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-07 22:05 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-08  1:55 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-16  0:15 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-16  1:23 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-28 21:09 ` pinskia at gcc dot gnu dot org
2003-09-28 22:06 ` everton at lab dot ipaccess dot diveo dot net dot br
2003-09-28 22:12 ` [Bug java/12202] gcj 3.3.1 crashes compiling the " pinskia at gcc dot gnu dot org
2004-01-12  6:34 ` pinskia at gcc dot gnu dot org
2004-05-22  4:10 ` pinskia at gcc dot gnu dot org
2004-08-20  6:59 ` 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).