我正在一个具有100多个域类的相当大的grails项目。
最近,我们升级到grails 2.4.4,从那时起,我看到频繁的jvm崩溃,就像当我执行干净编译时,jvm将崩溃五分之二。
环境
-Windows 7 64位
-JDK-Java(TM)SE运行时环境(内部版本1.7.0_71-b14)
-Grails 2.4.4
崩溃报告
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005da6959b, pid=6788, tid=5404
JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)
Java VM: Java HotSpot(TM) 64-Bit Server VM (24.71-b01 mixed mode windows-amd64 compressed oops)
Problematic frame:
V [jvm.dll+0x2959b]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
F:\work\odesk\playground\9ci\rcm\hs_err_pid6788.log
If you would like to submit a bug report, please visit:
http://bugreport.sun.com/bugreport/crash.jsp
这是崩溃报告日志文件 https://gist.github.com/snimavat/92ea290047fc0ac36989
知道发生了什么问题吗?
请您参考如下方法:
假设您的计算机内存未损坏,您发现了JVM C2编译器错误-祝贺您!
如果没有jdk8选项,请尝试jdk7u60,因为我们知道此版本可以正常工作。 u65有问题,所以我不能建议那个。




