-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes hang in DeviceIoControl #14
base: master
Are you sure you want to change the base?
Conversation
bump |
If you can't wait you may build |
Just to note: the public API |
@billziss-gh Sorry for the bump but could this be merged? Or is there anything we can do to help? While including a winspd dll built from this pull request like @extratype suggested works perfectly fine it would be easier to have an official version fixing #10, especially for new developers building upon this project. |
@FlorianFreudiger there are a few different reasons why I have not accepted this patch:
|
@billziss-gh Thank you for the detailed response! As for reproducing the issue I have posted a comment in #10 stating my affected code and some benchmarks which may help trying to reproduce the problem |
@billziss-gh I am also having this issue. I've not tested the patch however there is an easy way to reproduce. Create an image and format it as NTFS. Load up a bunch of files into the virtual disk. Mount the image and use R-Studio data recovery in Demo mode (www.r-tt.com). Select the WinSpd disk in R-Studio and Scan it. This is how I've run into the problem. |
I've tested the patch now and can confirm using my testing method above the issue is now resolved. |
Fixes #10