openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #06394
[Bug 838207] [NEW] SIGSEGV libc.so JVM crash
Public bug reported:
#
# 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
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/838207
Title:
SIGSEGV libc.so JVM crash
Status in “openjdk-6” package in Ubuntu:
New
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/838207/+subscriptions
Follow ups
References