【发布时间】:2019-10-13 16:19:46
【问题描述】:
当我双击使用 Window Builder 放置的按钮时,Eclipse 退出,并创建了一个 hs_err_pidXXXX。
我卸载 Java,重新安装 JRE 或 JDK。
我都试试。
在 eclipse.ini 中做一些修改,比如添加 -Dsun.java2d.d3d=false,更新所有插件,eclipse,java,格式化我的电脑。
部分错误文件:
"A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff88146aca8, pid=8808, tid=0x0000000000002258
JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.221-b11 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [MSCTF.dll+0x2aca8]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See the problematic frame for where to report the bug."
文件的其余部分在这里:https://pastebin.com/S7jSZ8He
【问题讨论】:
-
请同时提及您正在使用的 Eclipse IDE 版本。如果您使用的不是最近的版本,请先考虑升级到最新版本 (2019-09),然后重试。
-
感谢您的回答。我也使用最新版本的 Eclipse。