jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
401 stars 41 forks source link

Bluescreen when copying/deleting on the mount - KERNEL_SECURITY_CHECK_FAILED #122

Closed oldenj closed 5 years ago

oldenj commented 5 years ago

Environment

Expected behavior vs. actual behavior

Data should be copied/deleted as usual. Actual behaviour: Bluescreen "KERNEL_SECURITY_CHECK_FAILED"

Steps to reproduce problem

  1. Mount an encfs folder to a drive
  2. Copy/delete a folder into/from the mount containing non-trusted files

Relevant logs

I attached a corresponding windows minidump, github doesn't accept the .dmp file extension so i added a .txt suffix. encfs-minidump.dmp.txt

jetwhiz commented 5 years ago

Hi @oldenj ... thanks for this report!

Any bluescreens are likely a result of something happening in the underlying Dokany library. It seems there is an outstanding BSOD issue related to locking in Dokany: https://github.com/dokan-dev/dokany/issues/764. Does this sound similar to what you're experiencing?

oldenj commented 5 years ago

Thanks for your reply. By now i can reproduce the problem reliably and i've found out that it has nothing to do with blocked files, but actually with Symantec Encryption Desktop (dokan-dev/dokany#304). I will try to figure it out with them.