Bug 9952 - gcj run into segmentation fault when compiling JAR files
: gcj run into segmentation fault when compiling JAR files
Status: RESOLVED DUPLICATE of bug 9947
Product: gcc
Classification: Unclassified
Component: java
: 3.2.2
: P2 critical
: ---
Assigned To: Tom Tromey
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-03-04 21:16 UTC by jfey
Modified: 2003-06-02 21:18 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
ccUNvDrrjx.s.gz (1015.24 KB, application/x-gzip )
2003-05-21 15:17 UTC, jfey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jfey 2003-03-04 21:16:02 UTC
This is a duplication of previously created bug report.
Please use jfey@cemprus.com for contact.  The previous
email addr(jfey@stratus.com) has not been activated.

We are developping Java code.  And would like to gain/measure performance by using native code instead of byte code.

gcj run into segmentation fault when executing the following command:
gcj -o TestGetInap --main=TestGetInap asn.jar asn1rt.jar JainInapApi1.0.jar inap.jar sinap.jar libsinap_jni.so
com/objsys/asn1j/runtime/Asn18BitCharString.java:0: internal error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

The asn1rt.jar is a 3rd party JAR comes with ASN.1 compiler.
ALso it looks like Logger class of java.util.logging is not implemented.

The pre-processed file generated by gcj -v -save-temps is attached.

Release:
gcc version 3.2.2

Environment:
SunOS sinapdev3 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-80

How-To-Repeat:
gcj -o TestGetInap --main=TestGetInap asn.jar asn1rt.jar JainInapApi1.0.jar inap.jar sinap.jar libsinap_jni.so

If needed, the above source files can be sent.
Comment 1 Tom Tromey 2003-03-10 10:47:12 UTC
Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-Why: I'm handling this.
Comment 2 Tom Tromey 2003-03-10 10:47:46 UTC
*** This bug has been marked as a duplicate of 9947 ***