This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]