GCC Bugzilla – Bug 9952
gcj run into segmentation fault when compiling JAR files
Last modified: 2003-06-02 21:18:09 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.
Responsible-Changed-From-To: unassigned->tromey Responsible-Changed-Why: I'm handling this.
*** This bug has been marked as a duplicate of 9947 ***