This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: OpenOffice and gcj at runtime
- From: Tom Tromey <tromey at redhat dot com>
- To: Caolan McNamara <caolanm at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 10 Feb 2005 18:14:13 -0700
- Subject: Re: OpenOffice and gcj at runtime
- References: <1102435824.8012.23.camel@sheol.homelinux.org><m3eki2cbii.fsf@localhost.localdomain><1102586332.8525.18.camel@sheol.homelinux.org><1107950826.9758.11.camel@sheol.homelinux.org>
- Reply-to: tromey at redhat dot com
>>>>> "Caolan" == Caolan McNamara <caolanm@redhat.com> writes:
Caolan> I have no problems with the build-time java tools, just with
Caolan> calling java components through the OOo uno c++ bridge. Now
Caolan> the original testcase itself works fine, and I've been unable
Caolan> to date to extract a new testcase that pinpoints the ppc issue
Caolan> so it might be something on my side, but are there known
Caolan> difficulties with libgcj under ppc in this arena which don't
Caolan> arise under ix86 ?
Offhand I don't know of anything. It is possible there is some PPC
libffi bug that could cause crashes, maybe only with certain argument
types or something like that.
BTW, is this PPC or PPC64?
There have been bug fixes in the libffi PPC support but I think
they've been ported to the various branches as well. I didn't really
do a complete check.
Maybe Andrew knows more.
Tom