> Cannot find Java function at 0xb7c94f5e > java: codegen-common.c:547: codegen_findmethod: Assertion `0' failed. > Aborted > > Have you seen these troubles?
This error message means, that we had a segmentation fault, catched by the SIGSEGV handler, now trying to build up the stacktrace, but can't find a registered Java (JIT) method at the given address (0xb7c94f5e). So, in most cases this is a bug somewhere in C code (CACAO itself or maybe GNU Classpath). To debug such crashes, start CACAO in gdb or turn on core files. I agree that this error message is not very clear and I'll change it today and commit it to SVN. TWISTI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]