John Keiser wrote:
> be found (ClassNotFoundException is thrown otherwise). The only
> possibilities I can see:
> (a) env or name is corrupted. That can only have happened in the caller,
> and is unlikely.
> (b) c is NULL. FindClass would have to be in error for this to happen (I
> think).
> (c) c is corrupted. FindClass would *really* have to be in error for this
> to happen.
> (d) ExceptionOccurred does not catch the exception. Bloody unlikely.
> (e) NewGlobalRef does not do its job right. Probably the most likely of
> all.
(f) A bug in Japhar. I'll ask on that list
> I don't know what a bus error is, specifically ... what exactly has to occur
> for a bus error to happen?
It is similar to a segmentation fault. I believe bus errors have to do more
with memory alignment than invalid addresses however. (Don't quote me on
that).
--
*****************************************************
* Aaron M. Renn *
* Email: [EMAIL PROTECTED] *
* Homepage: <URL:http://www.urbanophile.com/arenn/> *
*****************************************************