FileSystemUtils.freeSpaceWindows blocks
---------------------------------------

                 Key: IO-185
                 URL: https://issues.apache.org/jira/browse/IO-185
             Project: Commons IO
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 1.4
         Environment: x86 Windows XP 5.1,  Sun Microsystems Inc. Java(TM) SE 
Runtime Environment 1.6.0_10
            Reporter: Martin Thelian


Hi,

in my Application I have the problem that FileSystemUtils.freeSpaceWindows 
works properly for hours and then the function call blocks and does not return 
anymore. Any Ideas? Thanks.

The stacktrace:
-------------
"Thread-16" daemon prio=5 tid=33 RUNNABLE
    java.io.FileInputStream.readBytes(Native Method)
    java.io.FileInputStream.read(Unknown Source)
    java.io.BufferedInputStream.read1(Unknown Source)
    java.io.BufferedInputStream.read(Unknown Source)
    sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
    sun.nio.cs.StreamDecoder.implRead(Unknown Source)
    sun.nio.cs.StreamDecoder.read(Unknown Source)
    java.io.InputStreamReader.read(Unknown Source)
    java.io.BufferedReader.fill(Unknown Source)
    java.io.BufferedReader.readLine(Unknown Source)
    java.io.BufferedReader.readLine(Unknown Source)
    
org.apache.commons.io.FileSystemUtils.performCommand(FileSystemUtils.java:413)
    
org.apache.commons.io.FileSystemUtils.freeSpaceWindows(FileSystemUtils.java:225)
    org.apache.commons.io.FileSystemUtils.freeSpaceOS(FileSystemUtils.java:194)
    org.apache.commons.io.FileSystemUtils.freeSpaceKb(FileSystemUtils.java:166)
-------------

Regards,
Martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to