You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2015/09/23 21:20:04 UTC

[jira] [Created] (GEODE-365) HotSpot SIGSEGV attempting to compile javax.print.attribute.EnumSyntax::readResolve with JDK 1.8.0_45

Barry Oglesby created GEODE-365:
-----------------------------------

             Summary: HotSpot SIGSEGV attempting to compile javax.print.attribute.EnumSyntax::readResolve with JDK 1.8.0_45
                 Key: GEODE-365
                 URL: https://issues.apache.org/jira/browse/GEODE-365
             Project: Geode
          Issue Type: Bug
          Components: core
         Environment: JDK 1.8.0_45
            Reporter: Barry Oglesby
            Assignee: Barry Oglesby


Hotspot-compiling javax.print.attribute.EnumSyntax::readResolve causes the following SIGSEGV:

{noformat}
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00002b6590fdf572, pid=15215, tid=1112148288
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x878572]  LoadNode::Value(PhaseTransform*) const+0x202
#
# 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
#

Current CompileTask:
C2:  25797 3411       4       javax.print.attribute.EnumSyntax::readResolve (182 bytes)

=>0x00002aaac002e000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=15242, stack(0x00000000423a0000,0x00000000424a1000)]

Compilation events (10 events):
Event: 25.368 Thread 0x00002aaac0030000 nmethod 3406 0x00002aaaab3eec90 code [0x00002aaaab3eeec0, 0x00002aaaab3ef900]
Event: 25.369 Thread 0x00002aaac002e000 3407       4       java.io.Bits::putLong (86 bytes)
Event: 25.370 Thread 0x00002aaac002e000 nmethod 3407 0x00002aaaab4b16d0 code [0x00002aaaab4b1820, 0x00002aaaab4b1978]
Event: 25.424 Thread 0x00002aaac0030000 3408       3       sun.nio.cs.StreamEncoder::writeBytes (132 bytes)
Event: 25.425 Thread 0x00002aaac0030000 nmethod 3408 0x00002aaaabc55dd0 code [0x00002aaaabc55fe0, 0x00002aaaabc56c40]
Event: 25.787 Thread 0x00002aaac0030000 3409       3       com.gemstone.gemfire.internal.NanoTimer::getLastResetTime (5 bytes)
Event: 25.787 Thread 0x00002aaac0030000 nmethod 3409 0x00002aaaab4b12d0 code [0x00002aaaab4b1420, 0x00002aaaab4b1578]
Event: 25.790 Thread 0x00002aaac002b000 3410       4       com.gemstone.gemfire.internal.tcp.ByteBufferInputStream::readFloat (10 bytes)
Event: 25.791 Thread 0x00002aaac002b000 nmethod 3410 0x00002aaaabc43d50 code [0x00002aaaabc43ec0, 0x00002aaaabc44018]
Event: 25.792 Thread 0x00002aaac002e000 3411       4       javax.print.attribute.EnumSyntax::readResolve (182 bytes)
{noformat}

See:

http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8075587
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8076152




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)