在本机代码中崩溃后,jvm 进程如何仍然存在(EXCEPTION_ACCESS_VIOLATION (0xc0000005) )?
我有一个java应用程序,它使用JOGL面板来执行一些openGL命令(它们依赖于一些JNI动态库)。 有时我的应用程序崩溃,jvm 提示我崩溃报告,表明崩溃是由本机代码中的 EXCEPTION_ACCESS_VIOLATION (0xc0000005) 引起的,但该进程通常仍然存在,而我希望它被操作系统(Windows 7 中的我的情况)。 怎么可能呢? 有没有办法识别这种情况?
I have a java application which uses JOGL panels to execute some openGL commands (they depend on some JNI dynamic libraries).
Sometimes my application crashes and the jvm prompts me the crash report indicating that the crash is caused by an EXCEPTION_ACCESS_VIOLATION (0xc0000005) in native code, but the process is often still alive, while I expect it to be halted by the OS (Windows 7 in my case).
How is it possible?
Is there a way to recognize this situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论