← Back to team overview

openjdk team mailing list archive

[Bug 227217] Re: memcpy crash

 

> - is this reproducible in intrepid?
This is not even deterministically reproducible on my own machine(s).
It happened only a few times, up to now.

But due to the fact that the error occurs outside the Java VM, I
decided to report it nonetheless.

> - could you provide a test case to reproduce the crash?
As stated above: I'm sorry, I can't (or at least: I didn't manage
until now.) The problem is occurring in a large long-running
application with a memory usage above 100MB.

If I manage to track down the problem (or otherwise am able to
provide more, useful information) I will definitely do so. But
at the moment, I really have no clue about how to get an isolated
deterministic minimal case.

I did however report the error because
* the error occurred more than once
* the application crashing the VM is pure-java, so the code as-is
 cannot directly cause a crash outside the VM due to some programming bug.
* I hope that I will manage to track it down one day or
 that other users submit bug-reports that can be linked to this one.

>This bug report will be marked for expiration in 59 days if no further activity occurs.
I really wonder why difficult bugs are scheduled for removal this soon. It would really
be sad if due to the fact that this bug is going to be expired without being resolved
would force me to abandon open-jdk (just because I cannot afford the downtime due
to unexpected crashes).

-- 
memcpy crash
https://bugs.launchpad.net/bugs/227217
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in Source Package "openjdk-6" in Ubuntu: Incomplete

Bug description:
What I expected: normal application running
What happened instead (copy-paste from console; includes package versions):
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb7dc69bc, pid=11999, tid=3029109648
#
# Java VM: OpenJDK Client VM (1.6.0-b09 mixed mode, sharing linux-x86)
# Problematic frame:
# C  [libc.so.6+0x739bc]  memcpy+0x1c
#
# An error report file with more information is saved as:
# /home/rijk/xldoc/deploy/hs_err_pid11999.log
#
# If you would like to submit a bug report, please 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.
#
Aborted

release of Ubuntu (from hs_err_pid11999.log):
OS:Ubuntu 8.04 (hardy)
uname:Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
libc:glibc 2.7 NPTL 2.7



References