-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u10
-
x86
-
windows_xp
FULL PRODUCT VERSION :
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
Java VM crashes while calling java.awt.image.LookupOp.filter(Raster, WritableRaster) due to an access violation in mlib_image.dll
See error message for details.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Run the included sample code.
"Open" two images and press ">" and "<" to switch between the images.
After switching a few times, the VM crashes.
Alternatively, "open" 1 image and resize the frame a number of times to produce the same error.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly
REPRODUCIBILITY :
This bug can be reproduced often.
---------- BEGIN SOURCE ----------
Attached seperaatly
---------- END SOURCE ----------
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
Java VM crashes while calling java.awt.image.LookupOp.filter(Raster, WritableRaster) due to an access violation in mlib_image.dll
See error message for details.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Run the included sample code.
"Open" two images and press ">" and "<" to switch between the images.
After switching a few times, the VM crashes.
Alternatively, "open" 1 image and resize the frame a number of times to produce the same error.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly
REPRODUCIBILITY :
This bug can be reproduced often.
---------- BEGIN SOURCE ----------
Attached seperaatly
---------- END SOURCE ----------
- duplicates
-
JDK-4886506 VM crashes when using RescaleOp with certain buffered image types
- Closed