Hi!
This morning I woke up encountering my GCE app down as a result of a Java VM crash (see log output). The incident happened at 12:28 AM UTC. I'm running a Bitnami Tomcat Stack (from Cloud Launcher) and could see that there was also a maintenance event going on:
12:10 AM tomcatstack-1-vm instance migrated during Compute Engine maintenance
Could the Java VM crash be connected to the migration? If so, how can it be mitigated in the future? In the morning I first tried to restart the Tomcat server. I worked at first, but after a few requests there was another crash. Only since I restarted my GCE instance everything seems to be running smoothly again.
Any help and insight into this is very much appreciated!
Thomas
########################################################################
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000000e03078b8, pid=16841, tid=0x00007ff09d183700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x00000000e03078b8
#
# 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:
#
--------------- T H R E A D ---------------
Current thread (0x00007ff0d0551800): JavaThread "ajp-apr-8009-AsyncTimeout" daemon [_thread_in_Java, id=16876, stack(0x00007ff09d083000,0x00007ff09d184000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00000000e03078b8
...
< to be continued on request >
########################################################################