Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8205547

FileChannel/CleanerTest.java fails due to expected FD count

XMLWordPrintable

    • b20
    • x86_64
    • linux

        In the jdk/jdk CI, the following test failed:

        java/nio/channels/FileChannel/CleanerTest.java

        due to:

        result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: FD count expected 46; actual 45

        Here is a snippet of the .jtr file:

        ----------System.out:(0/0)----------
        ----------System.err:(13/831)----------
        java.lang.RuntimeException: FD count expected 46; actual 45
        at CleanerTest.main(CleanerTest.java:80)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
        at java.base/java.lang.Thread.run(Thread.java:834)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: FD count expected 46; actual 45
        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: FD count expected 46; actual 45

              rriggs Roger Riggs
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: