JDK-6823905 : crash in sun.security.pkcs11.wrapper.PKCS11.C_Sign during stress-test
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: hs14,hs15,7
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris,windows
  • CPU: generic,sparc
  • Submitted: 2009-03-30
  • Updated: 2011-01-19
  • Resolved: 2009-07-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b68Fixed
Related Reports
Duplicate :  
Description
stress test
nsk/stress/jck60/jck60023
crashes on solaris-sparc with Xcomp and Xmixed (not with Xint)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfc00d55c, pid=20291, tid=101
#
# JRE version: 7.0-b51
# Java VM: Java HotSpot(TM) Server VM (15.0-b03 mixed mode solaris-sparc )
# Problematic frame:
# j  sun.security.pkcs11.wrapper.PKCS11.C_Sign(J[B)[B+0
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#


;; 00000000fc00d55c d0 02 20 00             ld  [ %o0 ], %o0
;; 00000000fc00d560 90 10 00 00             mov  %g0, %o0
;; 00000000fc00d564 d0 27 bf e8             st  %o0, [ %fp + -24 ]
;; 00000000fc00d568 ca 00 a0 04             ld  [ %g2 + 4 ], %g5
;; 
Stack: [0xd1200000,0xd1280000],  sp=0xd127ea40,  free space=1fafc00d55ck
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
j  sun.security.pkcs11.wrapper.PKCS11.C_Sign(J[B)[B+0
j  sun.security.pkcs11.P11Signature.engineSign()[B+228
j  java.security.Signature$Delegate.engineSign()[B+8
j  java.security.Signature.sign()[B+9

Comments
EVALUATION Need to make sure no-uninitialized values are returned.
18-07-2009