hs_err_pid2118.log: Este arquivo apareceu no meu diretório home: Um erro fatal foi detectado pelo Java Runtime Environment

0

Eu tenho 2 arquivo desconhecido (que eu não sei nada sobre eles) no meu diretório home.
Lembro que eu tinha muitos deles no diretório / home antes de eu reinstalar o Ubuntu (para atualizar para 18,04). Ontem eu tive um deles e hoje eu tenho 2 que nomeou: hs_err_pid2498.log e hs_err_pid2118.log .
Primeiras linhas de hs_err_pid2118.log (982 linhas):

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fe65506977a, pid=2118, tid=0x00007fe5fbfff700
#
# JRE version: OpenJDK Runtime Environment (8.0_141-b15) (build 1.8.0_141-BLFS-b15)
# Java VM: OpenJDK 64-Bit Server VM (25.141-b15 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# v  ~BufferBlob::jni_fast_GetLongField
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0x00007fe600133000):  JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2207, stack(0x00007fe5fbeff000,0x00007fe5fc000000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

Registers:
RAX=0x00007fe66d28ef60, RBX=0x00007fe6001331e0, RCX=0x0000000000000001, RDX=0x0000000000000042
RSP=0x00007fe5fbffe7d8, RBP=0x00007fe5fbffe800, RSI=0x0000000000000000, RDI=0x00007fe6001331e0
R8 =0x00000000000001f4, R9 =0x0000000000000000, R10=0x00000000000001ba, R11=0x00007fe66ccdcbc0
R12=0x00007fe5e80550e0, R13=0x0000000000000000, R14=0x00007fe63cca4ae0, R15=0x00007fe600133000
RIP=0x00007fe65506977a, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fe5fbffe7d8)
.
.
.

Instructions: (pc=0x00007fe65506977a)
.
.
.

Primeiras linhas de hs_err_pid2498.log (974 linhas):

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fd2a4e6077a, pid=2498, tid=0x00007fd27c2ba700
#
# JRE version: OpenJDK Runtime Environment (8.0_141-b15) (build 1.8.0_141-BLFS-b15)
# Java VM: OpenJDK 64-Bit Server VM (25.141-b15 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# v  ~BufferBlob::jni_fast_GetLongField
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0x00007fd2540f3000):  JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2578, stack(0x00007fd27c1ba000,0x00007fd27c2bb000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

Registers:
RAX=0x00007fd2ba326f60, RBX=0x00007fd2540f31e0, RCX=0x0000000000000001, RDX=0x0000000000000042
RSP=0x00007fd27c2b97f8, RBP=0x00007fd27c2b9820, RSI=0x0000000000000000, RDI=0x00007fd2540f31e0
R8 =0x00000000c0066698, R9 =0x0000000000000000, R10=0x0000000000000324, R11=0x00007fd2a4f09558
R12=0x00007fd21c0373e0, R13=0x0000000000000000, R14=0x00007fd27ddd3ae0, R15=0x00007fd2540f3000
RIP=0x00007fd2a4e6077a, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fd27c2b97f8)
.
.
.

O que são esses arquivos?
Posso apagá-los (o que acontecerá?)
Eu não tinha arquivos como eles até 2 ou 3 meses atrás!
Eu acho que quando eu uso o serviço tor (procurando ou baixando) esses arquivos aparecem, porque eu não baixei coisas usando o tor antes (até 2 ou 3 meses atrás).
Se foi sobre a instalação de software, Note que: quase não instalei nada há 4 dias!

    
por Sss 21.05.2018 / 12:01

1 resposta

0

Esses são arquivos de log. Eles são gerados depois que o Java Runtime Environment (JRE) falha. Normalmente, eles podem ser excluídos sem se preocupar, pois são apenas arquivos de log.

Eles têm detalhes sobre o seu sistema, explicando o que aconteceu e a aparência do seu sistema no momento em que ele caiu. A menos que você tenha desenvolvido o aplicativo Java, eles não serão muito úteis para você.

    
por Davi___ 22.05.2018 / 19:48