Mac Snow Leopard 上的 Idea IntelliJ 崩溃问题
我最近在我的 Mac Snow Leopard 上安装了 Idea IntelliJ 10.0.3。每当我尝试打开一个项目时,IntelliJ 就会开始索引,并在此过程中崩溃!这种事每次都会发生。
我的机器上有 Java 1.6.0_15。我不确定发生这种情况是由于 Java 的特定版本还是由于我在 IntelliJ 上的设置有问题。
以前有人经历过这个吗?有修复吗?
I recently installed Idea IntelliJ 10.0.3 on my Mac Snow Leopard. Whenever I try opening a project, IntelliJ starts indexing and in the process crashes!! It happens everytime.
I have Java 1.6.0_15 on my machine. I am not sure if this happens due to specific version of Java or due to a problem with my settings on IntelliJ.
Anybody experienced this before? Any fixes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已知 JDK 1.6.0_15 会因 GC bug 而崩溃,安装 Apple Java Update 已知可以解决此问题(当前版本为 1.6.0_26)。 @xbit提到的硬件问题也是有可能的,但可能性较小。
JDK 1.6.0_15 is known to crash because of GC bug, installing Apple Java Update is known to resolve this problem (current version is 1.6.0_26). Hardware problem mentioned by @xbit is also possible, but less likely.
我也有这个问题。事实证明,我的记忆力很差。如果您经常遇到崩溃,请运行 Memtest。关闭电脑,然后在开机时按住 Command-S。这会将您引导至单用户模式。然后运行“memtest all 2”。
I had this issue as well. It turned out to be bad memory in my case. Run Memtest if you are experiencing frequent crashes. Turn computer off, then hold down Command-S while turning on. This will boot you to single user mode. Then run "memtest all 2".