JVM crash with SIGSEGV as tomcat start with 7u181
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openjdk-7 (Debian) |
Fix Released
|
Unknown
|
|||
openjdk-7 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hello,
with latest openjdk update
# JRE version: OpenJDK Runtime Environment (7.0_181-b01) (build 1.7.0_181-b01)
we are seeing quite frequent crash on starting tomcat with our web application (openbravo).
Checking 2 of the created hs_err_pid log they seem to point to same stacktrace for the crash:
Excerpt:
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.
V [libjvm.
C [libverify.
C [libverify.
C [libverify.
C [libverify.
V [libjvm.
V [libjvm.
V [libjvm.
V [libjvm.
V [libjvm.
V [libjvm.
j org.hibernate.
j org.hibernate.
j org.hibernate.
j org.openbravo.
j org.openbravo.
j org.openbravo.
2* Full hs_errr_pid files will be attached to this issue.
System running is:
- Ubuntu 14.04 server in 64bit hvm Amazon instance.
- OpenJdk package version is:
# Distribution: Ubuntu 14.04 LTS, package 7u181-2.
Changed in openjdk-7 (Ubuntu): | |
status: | Incomplete → Confirmed |
tags: | added: regression-update |
Changed in openjdk-7 (Debian): | |
status: | Unknown → New |
Changed in openjdk-7 (Debian): | |
status: | New → Fix Released |
I installed tomcat7 and tested a couple of very simple hibernate samples from around the web, none were able to trigger this issue.
Please see if you can find a simpler reproducer and update the bug with the required steps to reproduce it. I'm setting it as incomplete for now.