JDK-8024511 : Crash during color profile destruction
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-09-10
  • Updated: 2018-03-21
  • Resolved: 2013-09-10
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 8 Other
8 b108Fixed openjdk7uFixed
Related Reports
Relates :  
Description
Starting fix for 7043064, we are using disposer to destroy a native part of the color profile.
However an incorrect disposal method is registered in the disposer. It results in occasional
crashed during profile destruction. Typically, the crash happens in cmsPipelineFree.
An example of crash log is attached.

Comments
Correct disposal method should be used.
10-09-2013