J
Joe
During normal execution of some JNI code, hosted under Tomcat, there seems
to be access-violation exceptions (0xC0000005) that are occuring inside the
JVM. Those exceptions are correctly recovered by the JVM and everything is
running just fine.
The issue is: I want to be able to catch the exceptions in the native code
under a debugger. So the "normal" exceptions inside the JVM will prevent me
from doing so, since the debugger will break every 5 seconds or so..!
Any help appreciated,
-Joe42
to be access-violation exceptions (0xC0000005) that are occuring inside the
JVM. Those exceptions are correctly recovered by the JVM and everything is
running just fine.
The issue is: I want to be able to catch the exceptions in the native code
under a debugger. So the "normal" exceptions inside the JVM will prevent me
from doing so, since the debugger will break every 5 seconds or so..!
Any help appreciated,
-Joe42