Hi Oleg, I believe your problems do not affect exception handling in general, but only the handling of null pointer exceptions in hardware via signal handlers. You need to investigate how SCO Unix passes the signal context to the signal handler and fix kaffe accordingly. If that fails, you could try using software null pointer checks in the jit. (CHECK_NULL macro) - Godmar