简体   繁体   English

无法写入核心转储。 默认情况下,在Windows 7 32位客户端版本上不启用小型转储

[英]Failed to write core dump. Minidumps are not enabled by default on client versions of Windows 7 32-bit

I tried to run a programm that use java (BEAST) but all time give me this error in a text file. 我试图运行一个使用java(BEAST)的程序,但始终在文本文件中给我这个错误。

I'm running it in a Toshiba laptop, and Windows 7 32-bit. 我正在东芝笔记本电脑和32位Windows 7中运行它。 Any idea on how i can solve the problem? 关于如何解决问题的任何想法吗?

A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x46d9b6c0, pid=5536, tid=5600 # # JRE version: Java(TM) SE Runtime Environment (8.0_45-b15) (build 1.8.0_45-b15) # Java VM: Java HotSpot(TM) Client VM (25.45-b02 mixed mode windows-x86 ) # Problematic frame: # C [hmsbeagle-cpu-sse32-21.DLL+0xb6c0] # # Failed to write core dump. Java运行时环境已检测到致命错误:##EXCEPTION_ACCESS_VIOLATION(0xc0000005)at pc = 0x46d9b6c0,pid = 5536,tid = 5600##JRE版本:Java(TM)SE运行时环境(8.0_45-b15)(内部版本1.8.0_45-b15)#Java VM:Java HotSpot(TM)客户端VM(25.45-b02混合模式Windows-x86)#问题框架:#C [hmsbeagle-cpu-sse32-21.DLL + 0xb6c0]##无法执行写核心转储。 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. 默认情况下,Windows客户端版本上未启用小型转储##如果要提交错误报告,请访问: #http : //bugreport.java.com/bugreport/crash.jsp#崩溃发生在Java Virtual外部使用本机代码的机器。 # See problematic frame for where to report the bug. #请参阅有问题的框架以报告错误。 #

When I hit a breakpoint in String.Class 461 row。I run is ok 。Debug will appear 当我在String.Class 461行中遇到断点时。我运行正常。调试将出现

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000064ab4759, pid=11536, tid=13640
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x54759]
#
# 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:
# E:\ideaWorkspace\git\fee_manage\hs_err_pid11536.log

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法编写核心转储。 默认情况下,Eclipse中的客户端版本的Windows未启用Minidump - Failed to write core dump. Minidumps are not enabled by default on client versions of Windows in Eclipse 无法写入核心转储。 默认情况下,在Windows客户端版本上不启用小型转储,而从Java调用dll - Failed to write core dump. Minidumps are not enabled by default on client versions of Windows, while callin dll from java 无法编写核心转储。默认情况下,在客户端版本的Windows上未启用小型转储 - Failed to write core dump. Minidumps are not enabled by default on client versions of Windows 无法写入核心转储。 默认情况下,在IntelliJ中Windows的客户端版本上未启用小型转储 - Failed to write core dump. Minidumps are not enabled by default on client versions of Windows in IntelliJ 无法写入核心转储。 默认情况下,客户端版本的 Windows 不启用小型转储 - Failed to write core dump. minidumps are not enabled by default on client version of windows Eclipse RCP-使用JACOB打开wordfile-错误“无法写入核心转储。默认情况下,在Windows客户端版本上未启用小型转储” - Eclipse RCP - Open wordfile using JACOB - error “Failed to write core dump.Minidumps are not enabled by default on client versions of Windows” 默认情况下,在客户端版本的Windows上不启用小型转储 - Minidumps are not enabled by default on client versions of Windows 无法写入核心转储。 核心转储已被禁用 - Failed to write core dump. Core dumps have been disabled Tomcat使用“无法编写核心转储”崩溃Eclipse Kepler。 - Tomcat crashes Eclipse Kepler with “Failed to write core dump.” Eclipse(C ++)崩溃无法编写核心转储。 核心转储已被禁用 - Eclipse (C++) crash Failed to write core dump. Core dumps have been disabled
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM