This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
- From: "everton at lab dot ipaccess dot diveo dot net dot br" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2003 19:41:58 -0000
- Subject: [Bug java/12202] New: gcj 3.3.1 crashes compiling simple program against apache xmlrpc library
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.