Skip to content
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

mirror causes blue screen on 64-bit Windows7 on ctrl-c when trying to dismount #31

Closed
alexpmorris opened this issue Jul 18, 2015 · 3 comments

Comments

@alexpmorris
Copy link

I recently published an interface to mount the ipfs distributed file system as a Windows drive via dokan:

https://github.com/alexpmorris/dipfs

Using the version of dokan 0.6.0 included in my repo, it works perfectly on 32-bit Windows, as well as 64-bit Windows 7.

I wanted to see if your updated dokany version would work as well, and while it worked as expected throughout operation, when I hit ctrl-C to kill the program (which should also dismount the drive), the PC immediately blue-screened each time.

At first I thought it was something I did wrong, but then I tried your version of mirror.exe, and the same bluescreen occurred when I tried to close down mirror.exe as well. This happened with both dokany version 0.7.2 and 0.7.3-rc2.

If it would help, I can send a minidump. But basically, it shows:

dokan.sys+2a00 PAGE_FAULT_IN_NONPAGED_AREA

@alexpmorris
Copy link
Author

One other note, it sounds like this issue may be related to some of the other BSOD issues that have been described in other open issues. Whatever is causing it, though, seems to be some change that's taken place since version 0.6.0.

@marinkobabic
Copy link
Contributor

Will be fixed

#27 (comment)

@Maxhy
Copy link
Member

Maxhy commented Jul 19, 2015

Yes it's the same issue. I'm closing this, please continue discussion on #27.

@Maxhy Maxhy closed this as completed Jul 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants