Skip to content

Instantly share code, notes, and snippets.

@Jooho
Created November 23, 2015 06:28
Show Gist options
  • Save Jooho/e0a81ba5564bca5d3f4b to your computer and use it in GitHub Desktop.
Save Jooho/e0a81ba5564bca5d3f4b to your computer and use it in GitHub Desktop.
coredump
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:706), pid=803, tid=139989064476416
# guarantee(false) failed: missing exception handler
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home1/jboss/portal/was/portal_1/core or core.803
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f51d817f000): JavaThread "http-thread-pool-threads - 242" [_thread_in_vm, id=20029, stack(0x00007f51be71e000,0x00007f51be75f000)]
Stack: [0x00007f51be71e000,0x00007f51be75f000], sp=0x00007f51be734bc0, free space=90k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x9a320a] VMError::report_and_die()+0x2ea
V [libjvm.so+0x498da2] report_vm_error(char const*, int, char const*, char const*)+0x62
V [libjvm.so+0x8b55b0] SharedRuntime::compute_compiled_exc_handler(nmethod*, unsigned char*, Handle&, bool, bool)+0x470
V [libjvm.so+0x8acd3b] OptoRuntime::handle_exception_C_helper(JavaThread*, nmethod*&)+0x11b
V [libjvm.so+0x8adaef] OptoRuntime::handle_exception_C(JavaThread*)+0x2f
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~ExceptionBlob
J 4058 C2 org.infinispan.interceptors.InvocationContextInterceptor.handleAll(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/VisitableCommand;)Ljava/lang/Object; (406 bytes) @ 0x00007f522ffeee30 [0x00007f522ffee980+0x4b0]
J 4057 C2 org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/VisitableCommand;)Ljava/lang/Object; (7 bytes) @ 0x00007f522ffcdec4 [0x00007f522ffcdea0+0x24]
J 2788 C2 org.infinispan.commands.AbstractVisitor.visitGetKeyValueCommand(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/read/GetKeyValueCommand;)Ljava/lang/Object; (7 bytes) @ 0x00007f522fa4f20c [0x00007f522fa4f1e0+0x2c]
J 2693 C2 org.infinispan.commands.read.GetKeyValueCommand.acceptVisitor(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/Visitor;)Ljava/lang/Object; (9 bytes) @ 0x00007f522f9d9594 [0x00007f522f9d9560+0x34]
J 4084 C2 org.infinispan.interceptors.BatchingInterceptor.handleDefault(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/VisitableCommand;)Ljava/lang/Object; (151 bytes) @ 0x00007f523000898c [0x00007f52300088a0+0xec]
J 2788 C2 org.infinispan.commands.AbstractVisitor.visitGetKeyValueCommand(Lorg/infinispan/context/InvocationContext;Lorg/infinispan/commands/read/GetKeyValueCommand;)Ljava/lang/Object; (7 bytes) @ 0x00007f522fa4f20c [0x00007f522fa4f1e0+0x2c]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment