[armedbear-devel] [closer-devel] Closer-mop support for ABCL

Rudolf Schlatte rudi at constantly.at
Sun Aug 26 15:14:43 UTC 2012


On Aug 26, 2012, at 16:28, Pascal Costanza <pc at p-cos.net> wrote:

> Hi Rudi,
> 
> I'm now seeing other bugs: There is a Java-level index-out-of-bounds error caused by a call to %set-standard-instance-access somewhere. However, it's pretty hard to figure out where and why that happens, because the Java error message doesn't tell me where in the Lisp code I am. Can you recommend any tricks how to localize errors better?

Thanks, r14135 catches that and throws a Lisp-side type error.  This should give you a more helpful backtrace.  I think in general Lisp code should never result in uncaught Java exceptions, so I'd be happy to fix any that you find.

Rudi






More information about the armedbear-devel mailing list