domingo, 19 de junio de 2016

Failed to write core dump. Core dumps have been disabled

Compilando librerías jar me apareció el siguiente mensaje de error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00002aaaf80ce989, pid=5507, tid=46913636747008
#
# JRE version: OpenJDK Runtime Environment (7.0_101) (build 1.7.0_101-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.95-b01 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.6.6
# Distribution: Ubuntu 14.04 LTS, package 7u101-2.6.6-0ubuntu0.14.04.1
# Problematic frame:
# J 148 C2 proguard.classfile.ClassPool.classesAccept(Lproguard/classfile/visitor/ClassVisitor;)V (45 bytes) @ 0x00002aaaf80ce989 [0x00002aaaf80ce8c0+0xc9]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

Como puede verse, en la última línea, el propio compilador nos da la pista: "Failed to write core dump. Core dumps have been disabled" y también la solución!!!