JDK-8161472 : [macosx] Font transform has NaN position in java/awt/datatransfer/ConstructFlavoredObjectTest/ConstructFlavoredObjectTest.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2016-07-15
  • Updated: 2016-07-19
  • Resolved: 2016-07-19
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 9
9Resolved
Related Reports
Duplicate :  
Description
There is a new error on OS X in this test: java.io.IOException: Font transform has NaN position

It is reproducible always on two my OS X 10.10, and an issue is apparently different from JDK-8133719.

Build tried is jdk9 b127

 java/awt/datatransfer/ConstructFlavoredObjectTest/ConstructFlavoredObjectTest.java
Comments
I should confirm that it is most probably this duplicate, just a different manifestation perhaps. On the same testing machine this morning I had in this test an InternalError. However after installing a last OS X security update and reboot, I have UnsupportedFlavorException.
19-07-2016

Closing Remarks. . The observation from testing on Mac 10.10 has been provided in above comments with a .jtr log file. . A similar bug is already open at the time of inspection. Hence this newer bug is closed as duplicate.
19-07-2016

Observation from testing the issue . The issue was tested on Mac OS 10.10 with Jdk 9 internal build and Jdk 9-ea b127 . In both the iterations, the test failed with an Exception and stack trace - . java.awt.datatransfer.UnsupportedFlavorException: text/plain at sun.awt.datatransfer.SunClipboard.getData(java.desktop@9-ea/SunClipboard.java:215) at ConstructFlavoredObjectTest.main(ConstructFlavoredObjectTest.java:57) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) ... . The JTreport file has been attached herewith for reference . The stack trace indicates an UnsupportedFlavorException, which is same as the bug JDK-8134612. IOException as mentioned by submitter wasn't observed. . Hence closing the newer bug as duplicate.
19-07-2016

RULE "java/awt/datatransfer/ConstructFlavoredObjectTest/ConstructFlavoredObjectTest.java" Exception java.io.IOException: Font transform has NaN position
15-07-2016