JDK-4488418 : java/awt/print/PrinterJob/PrintImages/PrintImages.java failing
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 2001-08-06
  • Updated: 2002-10-21
  • Resolved: 2002-09-19
Related Reports
Duplicate :  
Description
Tested with jdk1.4 beta-refresh_b74 on Windows98 and 95 japanese.

Regression test:java/awt/print/PrinterJob/PrintImages/PrintImages.java failing
due to the error below;

Failed. Unexpected exit from test [exit code: 1]

The detail of the test log is below;

#Test Results (version 2)
#Mon Aug 06 10:18:36 JST 2001
#checksum:1f0554c2a741db60
#-----testdescription-----
$file=C:\\tmp\\reg_merlin\\test\\java\\awt\\print\\PrinterJob\\PrintImages\\PrintImages.java
$root=C:\\tmp\\reg_merlin\\test
author=prr/rbi: area=PrinterJob
keywords=bug4297689 manual
run=USER_SPECIFIED main/manual PrintImages\r\n
source=PrintImages.java
title=Prints images sheared, rotated scaled, include transparency

#-----environment-----

#-----testresult-----
description=file:///C:/tmp/reg_merlin/test/java/awt/print/PrinterJob/PrintImages/PrintImages.java
end=Mon Aug 06 10:18:36 JST 2001
environment=regtest
execStatus=Failed. Unexpected exit from test [exit code: 1]
javatestOS=Windows 95 4.0 (x86)
javatestVersion=2.1.5
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Mon Aug 06 10:17:26 JST 2001
status=Failed. Unexpected exit from test [exit code: 1]
test=java/awt/print/PrinterJob/PrintImages/PrintImages.java
work=C:\\tmp\\reg_merlin\\JTwork\\java\\awt\\print\\PrinterJob\\PrintImages

#section:script_messages
----------messages:(1/27)----------
JDK under test: C:/jdk1.4

#section:build
----------messages:(3/99)----------
command: build PrintImages
reason: Named class compiled on demand
elapsed time (seconds): 4.07
result: Passed. Compilation successful

#section:compile
----------messages:(3/187)*----------
command: compile C:\\tmp\\reg_merlin\\test\\java\\awt\\print\\PrinterJob\\PrintImages\\PrintImages.jav
a
reason: .class file out of date or does not exist
elapsed time (seconds): 4.07
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/119)----------
command: main PrintImages
reason: User specified action: run main/manual PrintImages
elapsed time (seconds): 66.62
----------System.out:(45/1933)*----------

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_FLT_INVALID_OPERATION occurred at PC=0x6D3FB0FC
Function=[Unknown.]
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.


Current Java thread:
        at sun.java2d.pipe.DrawImage.transformImage(DrawImage.java:237)
        at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:57)
        at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:812)
        at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:150)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2711)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2701)
        at sun.print.PeekGraphics.drawImage(PeekGraphics.java:955)
        at PrintImages.translateImages(PrintImages.java:213)
        at PrintImages.drawGraphics(PrintImages.java:195)
        at PrintImages.print(PrintImages.java:179)
        at sun.print.RasterPrinterJob.printPage(RasterPrinterJob.java:1459)
        at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1056)
        at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:957)
        at PrintImages.init(PrintImages.java:105)
        at PrintImages.main(PrintImages.java:314)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Method.java:311)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:576)

Dynamic libraries:
0x76AC0000 - 0x76ADD000         C:\\WINDOWS\\SYSTEM\\IMAGEHLP.DLL

Local Time = Mon Aug 06 10:18:36 2001
Elapsed Time = 66
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-beta_refresh-b74 mixed mode)
#
# An error report file has been saved as hs_err_pid4293097923.log.
# Please refer to the file for further information.
#
#
----------System.err:(0/0)----------
result: Failed. Unexpected exit from test [exit code: 1]


test result: Failed. Unexpected exit from test [exit code: 1]



Comments
EVALUATION Tested in Win 98 English and I cannot reproduce the problem. Asked Rieko to re-test it. Marking incomplete pending information. ###@###.### 2001-09-12 ====================================== Because this is specific to a printer driver and in Win 9x japanese, I'm downgrading this bug. ###@###.### 2001-09-13 ==================================== This is not a regression since it also happens in JDK1.3. ###@###.### 2001-09-19 ==================================== All symptoms are same as 4351747. Marking as dup. ###@###.### 2002-09-18 ======================================
19-09-2001