This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/21697] gcj segfaults with Jabref.jar
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2005 01:13:37 -0000
- Subject: [Bug java/21697] gcj segfaults with Jabref.jar
- References: <20050521145057.21697.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2005-05-22 01:13 -------
The jar file is actually missing the files that gcj says it cannot find.
And, these classes are definitely referred to by other classes in the jar.
So, that is a problem with the jar file, at least for the C++ ABI.
(Compiling with -findirect-dispatch works fine.)
I think there are still two bugs here:
1. We shouldn't ICE in this situation.
2. The error messages here are bogus. E.g., why is HashMap.java
mentioned at all?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-05-22 01:13:35
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21697