JangJeewon / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Deadlock in dokan.sys when enumerating File handles #237

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install dokan version 6
2. run sample program mirror.exe (i.e. mirror c:\test  k:)
3. find the process ID of mirror and enumerate the file handles used by that 
process id. 

What is the expected output? What do you see instead?
Enumeration of stops mid-way. Function NtQueryObject(handle, 1, NULL, 0, &size) 
 never returns.
If I kill mirror.exe enumeration continues, and terminates

What version of the product are you using? On what operating system?
Dokan version = 600
Dokan driver  = 400

Windows 7, 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by chris.pa...@gmail.com on 8 Nov 2011 at 6:46