This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: pr11951 test failure
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Randolph Chung <randolph at tausq dot org>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 31 Aug 2003 08:43:32 -0400 (EDT)
- Subject: Re: pr11951 test failure
On Sun, 31 Aug 2003, Randolph Chung wrote:
> Hi, I'm trying to debug a failure of the pr11951 testcase on hppa-linux.
> The exception that is being thrown is not being caught by anyone, so it
> falls through to the abort() in _Jv_Throw.
If exception handling works otherwise, suspect the unwind info in libffi.
> I'm not very familiar with the libjava code. Can someone please help
> point me at which bit of code is supposed to catch this exception?
Look at the try/catch in _Jv_JNI_CallAnyMethodA (jni.cc).
Jeff