I have been wrestling with occassional JVM crashes when using AffineTransformOp to filter image for a while now, and I was wondering if anyone can help me. I have submitted a bug report to Oracle a while back here and can’t seem to get any response from them. Has anyone dealt with these kinds of JVM crashes before? Is there any workaround, or any way to catch these crashes?
I have been wrestling with occassional JVM crashes when using AffineTransformOp to filter image
Share
The failure occurs in the
transformBI()method ofsun.awt.image.ImagingLib. As the method is native, the problem may be specific to one platform, OS version or image. I’ve not seen problems directly attributable toAffineTransformOp, but thread-related problems are common. It may be helpful to verify that all GUI objects are created and manipulated only on the event dispatch thread.