Our Oracle 8i (8.1.6 on Solaris 8) is behaving pretty weird. Our Java application, which works perfectly on all other machines, crashes on our server. Java is installed correctly (all other applications works fine), Oracle runs smooth and does not crash when the application bails out.

The following error message appears:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xf3530a3c
Function name=kpughndl0
Library=/u01/app/oracle/product/8.1.6/lib/libclntsh.so.8.0

Current Java thread:
at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
.... and so on ...

We have eliminated errors in Java, our application and the oracle installation (we reinstalled everything).

Do anyone have any clue on what is wrong?

// Erik