dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.23k stars 664 forks source link

BSODs after DokanMounter service restart #26

Closed don-Pardon closed 9 years ago

don-Pardon commented 9 years ago

Hi guys! I've been investigating a BSOD issue in dokanx fork, than I found out about dokany fork, checked if that issue is reproduced here and it does, so I thinks you guys should know about it too. Here is the summary: When you mount your fs on some drive letter, restart DokanMounter service and then you try to kill that fs-app, the BSOD occurs. Here is full description (many letters): https://github.com/BenjaminKim/dokanx/issues/47 Hope to get any comments and/or suggestions. Thanks.

marinkobabic commented 9 years ago

@Liryna I mean the following example which can be very easy implemented and would help us to make the driver more stable https://github.com/Microsoft/Windows-driver-samples/blob/3528ffbb369fa0611aefd14c97bdd6ac5ee50c41/filesys/cdfs/cddata.c#L223-L240