私は Eclipse IDE で自分のアプリケーションを操作していますが、アプリを実行しようとすると突然次のようなエラーが発生し始めました。
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x064ed42a, pid=720, tid=5424
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [ig4icd32.dll+0x3d42a]
#
# 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.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.
#
ログ ファイルから、バグがネイティブ コードにあることがわかりました (問題のあるフレーム: # C [ig4icd32.dll+0x3d42a])。ですが、直し方がわからないのですが、どなたか教えていただけないでしょうか?
ログ ファイルは次のとおりです: http://ulozto.cz/xM8uaxf/hs-err-pid720-log
ご協力いただきありがとうございます。