-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
2.0
-
x86
-
windows_nt
Name: dkC59003 Date: 10/28/99
appletviewer running the applet under HotSpot 2.0rc1-G throws
ImagingOpException. After that attempt to close the applet's window
causes Segmentation violation.
1.2.2 classic VM throws ImagingOpException as well though after
that it does not allow to close the window just not reacting at all.
HotSpot 1.3fcs-M ran the applet successfully.
Machine used:
Pentium-II, 1 CPU, 350MHz, 128Mb RAM, WinNT 4.0 SP3
Find the applet directory in attachment.
Log follows:
$ d:/jdk1.2.2/bin/java -version
java version "1.2.2"
Java HotSpot(TM) Server VM (2.0beta, mixed mode, build G)
$ d:/jdk1.2.2/bin/appletviewer applet.html
java.awt.image.ImagingOpException: Unable to transform src image
at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:236)
at sun.java2d.SunGraphics2D.renderingPipeImage(SunGraphics2D.java:2126)
at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:1768)
at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:1656)
at sun.awt.image.BufferedImageGraphics2D.drawImage(BufferedImageGraphics2D.java:412)
at sun.awt.image.ImageRepresentation.drawToBufImage(ImageRepresentation.java:708)
at sun.awt.image.BufferedImageGraphics2D.drawImage(BufferedImageGraphics2D.java:373)
at life2d.run(life2d.java)
at java.lang.Thread.run(Thread.java:479)
[1] + Done(139) d:/jdk1.2.2/bin/appletviewer applet.html
285 Segmentation violation d:/jdk1.2.2/bin/appletviewer
======================================================================