JDK-4707552 : (process) WIN64 - Bug 4637504 fails on Itanium XP machine
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_xp
  • CPU: itanium
  • Submitted: 2002-06-25
  • Updated: 2002-12-17
  • Resolved: 2002-12-17
Related Reports
Relates :  
Relates :  
Description
This is  related to bug 4637504 (java.lang.Process does not clean up
file resources) which is a regression bug .
. The test case attached for bug 4637504 fails on Itanium XP machine with the
following output .

----------------------------------------------------
745
746
747
748
749

Exception in thread "main" java.io.IOException: Bad file descriptor
 at java.io.FileInputStream.readBytes(Native Method)
      at java.io.FileInputStream.read(FileInputStream.java:174)
       at Test.main(Test.java:10)

-------------------------------------------------------------
This passes on all the remaining Windows platforms as well as Solaris/Linux platforms. 

For reproducing this bug , use the program attached for bug 4637504 .

Comments
EVALUATION This bug is no longer reproducable on Windows IA64. I am getting crashes when running this program on Linux IA64 but this is caused by the Linux IA64 OS problem described in 4703298. ###@###.### 2002-11-13
13-11-2002