On Fri, Sep 23, 2005 at 11:17:56AM +0000, theUser BL wrote: > error-messages comes only in german. But I think "Speicherzugriffsfehler" > can be translated to "Memoryaccesserror").
Actually it's "Segmentation fault". Good german translation ;-) > But that existing with SableVM and CacaoJVM, too. > The randomly error-message in CacaoJVM is: > >Cannot find Java function at 0x2aaaaaaf8ba1 > >cacao: ../../../../src/vm/jit/codegen.inc:714: codegen_findmethod: > >Zusicherung ?0? nicht erf?llt. > >Abgebrochen That means the sigsegv handler catched an exception in a non-java method. Normally this is means a bug somewhere in c code. The assert helps you to backtrace in gdb. TWISTI _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

