This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/16899] Gcj does not produce working executables for big endian ARMs
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 18 Aug 2004 15:16:01 -0000
- Subject: [Bug java/16899] Gcj does not produce working executables for big endian ARMs
- References: <20040806144324.16899.jari.korva@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckinlay at redhat dot com 2004-08-18 15:15 -------
Can you provide a backtrace of when the SIGSEGV occurs? It might be that
_Jv_FindClass is being entered from inside the static initializer for
java.lang.ClassLoader, thus the systemClassLoader value hasn't been set yet.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16899