PROBLEMA Java Exception Access Violation

Pubblicità

LoreSchaeffer

Utente Attivo
Messaggi
201
Reazioni
21
Punteggio
38
Salve a tutti, ultimamente sto avendo un problema con le applicazioni java abbastanza fastidioso, spesso quando sposto il focus dalla finestra del programma java ad un altro programma come google chrome o qualsiasi altro programma e poi torno al programma java questo mi va in crash con il seguente errore.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000067f5e95e, pid=10924, tid=0x0000000000000fe8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.161-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [nvoglv64.dll+0x75e95e]
#
# 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:
# C:\*************************************\hs_err_pid10924.log
#
# 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 problematic frame for where to report the bug.
#

Ho già provato a eseguire tutti i fix suggeriti nelle prime 3 pagine di google ma non è servito a nulla, sono arrivato al punto di reinstallare windows ma inutile dire che non è servito a nulla pure quello.
Spero che possiate aiutarmi perché la cosa è frustrante e soprattutto sta rallentando molto il mio lavoro che si basa principalmente su applicativi java.
 
# An error report file with more information is saved as:
# C:\*************************************\hs_err_pid10924.log
 
Aggiorno con delle novità che ho scoperto facendo un po' di esperimenti, non ho scoperto di preciso quale fosse il problema, ma avendo una minima idea di come leggere un log ho ipotizzato che potesse essere un problema di accesso alla RAM. Così oggi ho smontato i due banchi di ram e li ho rimontati negli altri due slot a disposizione nella scheda madre. Il problema sembrerebbe essersi risolto visto che non si è più ripresentato l'errore.
 
Pubblicità
Pubblicità
Indietro
Top