JDK-6691969 : Workaround Bugzilla Bug 169995 - Crash running pthread_kill on dead thread
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0u6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_3.0
  • CPU: x86
  • Submitted: 2008-04-22
  • Updated: 2010-07-29
  • Resolved: 2008-04-22
Related Reports
Duplicate :  
Description
The bugzilla bug report # 169995 "Crash running pthread_kill on dead thread" at https://bugzilla.redhat.com/show_bug.cgi?id=169995 has been closed as "NOTABUG".

The problem is that the Java Runtime Environment can crash due to the behavior described in the bugzilla bug report # 169995. hs_err_pid*.log files have been attached to this Sun report. For detailled customer information see the comments section.

Example:

# Problematic frame:
# C  [libpthread.so.0+0x80c9]  pthread_kill+0x19

The top of stack trace shows us

Stack: [0x96528000,0x965a9000),  sp=0x965a7eec,  free space=511k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libpthread.so.0+0x80c9]  pthread_kill+0x19
C  [libnio.so+0x55d7]  Java_sun_nio_ch_NativeThread_signal+0x27
j  sun.nio.ch.NativeThread.signal(J)V+0
...

Comments
EVALUATION Dup of 6380091 that is fixed in jdk6 (and 5.0 update 8).
22-04-2008