Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

亡梦爱人 提交于 2019-12-04 22:39:59

问题


I was working on Eclipse RCP and I got this error


A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef54b88ee, pid=3192, tid=5324

JRE version: 7.0_02-b13 Java VM: Java HotSpot(TM) 64-Bit Server VM (22.0-b10 mixed mode windows-amd64 compressed oops) Problematic frame: C [jscript9.dll+0x888ee]

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:\Eclipse RCP\hs_err_pid3192.log

If you would like to submit a bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.


回答1:


Just for the record, this was likely caused by Windows UAC, see java.com's description.




回答2:


As you didn't accept any answer yet, one of the possible cause of this error is to have some class with main constructor where that class is not the default activity. To solve the problem:

  1. Run configuration.
  2. in the tree of lunch configuration, remove that class from java application if listed. (but keep the android application listed in the tree of lunch applications)


来源:https://stackoverflow.com/questions/10734587/failed-to-write-core-dump-minidumps-are-not-enabled-by-default-on-client-versio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!