This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Crash invoke()'ing Method with "double" as return type
>>>>> "Martin" == Martin Egholm Nielsen <martin@egholm-nielsen.dk> writes:
Martin> And that did not change anything - it still fails invoking
Martin> "ffi_call_SYSV". Maybe there is a similar buffer overflow on
Martin> PPC32? Can anybody else verify/try this on PPC32? Maybe I'm
Martin> just not doing it right...
One thing you could try is extract libffi from svn trunk, then build
it for your platform. This isn't totally easy due to the configure
situation, but you can make it work "somehow". Then, run the libffi
test suite from trunk. If that works better, you can backport the
new libffi to your branch.
If that doesn't work then you've found a bug. You'd probably need a
MIPS expert to look at the assembly in this case.
Tom