admin管理员组文章数量:1392059
I am currently extending an existing JHipster application, and my development environment is Windows.
Before adding my custom code (mainly additional REST services and internal file zipping, nothing particularly complex or involving native code), the application ran reliably. However, after introducing these changes, the JVM crashes within seconds of accessing the new code. However it is not precisely repeatable.
The error message is Process command 'C:\Program Files\OpenLogic\jdk-21.0.6.7-hotspot\bin\java.exe'' finished with non-zero exit value -1073741819
I also tested OpenJDK 22, but the issue persists. Interestingly, the application runs without problems on our Linux-based staging environment.
I would like to debug this issue locally on Windows, but I have found that most available documentation focuses on analyzing crashes in Linux environments, with limited guidance for Windows.
Questions:
- How can I analyze this problem further?
- How can I generate and examine a crash dump on Windows to diagnose the root cause?
Any insights or suggestions would be greatly appreciated.
Thanks!
本文标签: JVM crashes repeatedly on windowsStack Overflow
版权声明:本文标题:JVM crashes repeatedly on windows - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744760803a2623744.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论