How to get the exception context address from a crashed process using its handle
Dev Stability
17
Reputation points
we are able to launch a dump collection tool for jni crashes using jvm option -XX:OnError.
But like we get a jit address passed to the jit debugger in win32 app crashes we dont get it from jvm.
Is there an api to get the crash exceptio n context address from the process handle?
Sign in to answer