java/9947: gcj run into segmentation fault when compiling JAR files
Tom Tromey
tromey@redhat.com
Mon Mar 10 18:26:00 GMT 2003
The following reply was made to PR java/9947; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: jfey@stratus.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/9947: gcj run into segmentation fault when compiling JAR files
Date: 10 Mar 2003 11:12:51 -0700
>>>>> "Julia" == jfey <jfey@stratus.com> writes:
>> Number: 9947
>> Category: java
Julia> When executing the following command line, gcj generates
Julia> segmentation fault:
Julia> gcj -o TestGetInap --main=TestGetInap asn.jar asn1rt.jar JainInapApi1.0.jar inap.jar sinap.jar libsinap_jni.so
Julia> com/objsys/asn1j/runtime/Asn18BitCharString.java:0: internal error: Segmentation Fault
Julia> Please submit a full bug report,
Julia> with preprocessed source if appropriate.
Julia> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Julia> The asn1rt.jar file is a 3rd party JAR come with ASN1
Julia> compiler. Some of the logging class (Logger) are not
Julia> implemented.
Is it 3rd party free software, or 3rd party proprietary software.
If the latter, don't send it.
I won't have time to look at this in the near future. However:
* If you run `gcj -v ...' you can see the command line for jc1. If
you run this under the debugger you can get a stack trace. That
might help.
* gcj 3.3 is due out soon. This has a lot of bug fixes. You could
try building it and seeing if it helps.
Tom
More information about the Gcc-prs
mailing list