SIGSEGV libc.so JVM crash

Bug #838207 reported by basdoorn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openjdk-6 (Ubuntu)
New
Undecided
Unassigned

Bug Description

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5e0cd95abb, pid=1464, tid=140041810532096
#
# JRE version: 6.0_22-b22
# Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.10.2
# Distribution: Ubuntu 11.04, package 6b22-1.10.2-0ubuntu1~11.04.1
# Problematic frame:
# C [libc.so.6+0x8aabb] memcpy+0x15b
#
# An error report file with more information is saved as:
# //hs_err_pid1464.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Could not reproduce, occurred in multithreaded application with ServerSocket and snaq.util.DBPool database connection pool to MySQL database. The database connection was open at the time of the crash and the ServerSocket was listening without any clients up to this point according to the logfile (limited using only System.out, no logging facility). The application would have been waiting in the ServerSocket.accept() function. It is possible a client connect caused this issue, in which case a ClientSocket would have been created and started listening using the InputStream.read() function. Further system information:

Linux HOSTNAME 2.6.38-8-virtual #42-Ubuntu SMP Mon Apr 11 04:06:34 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
dpkg -l | grep java -i
ii ca-certificates-java 20100412 Common CA certificates (JKS keystore)
ii default-jre-headless 1:1.6-40ubuntu1 Standard Java or Java compatible Runtime (headless)
ii java-common 0.40ubuntu1 Base of all Java packages
ii openjdk-6-jre-headless 6b22-1.10.2-0ubuntu1~11.04.1 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-6-jre-lib 6b22-1.10.2-0ubuntu1~11.04.1 OpenJDK Java runtime (architecture independent libraries)
ii tzdata-java 2011g-0ubuntu0.11.04 time zone and daylight-saving time data for use by java runtimes

openjdk-6-jre-headless:
  Installed: 6b22-1.10.2-0ubuntu1~11.04.1
  Candidate: 6b22-1.10.2-0ubuntu1~11.04.1
  Version table:
 *** 6b22-1.10.2-0ubuntu1~11.04.1 0
        500 http://archive.ubuntu.com/ubuntu/ natty-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ natty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     6b22-1.10.1-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ natty/main amd64 Packages

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.