-
My FS crashes with access violation in Can I build my own copy of For the search engines: the error was 0xC0000005 "Access violation executing location" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi @lostmsu , The |
Beta Was this translation helpful? Give feedback.
I believe this happened because I let GC finalize
DokanInstance
in .NETProbably can be considered a bug in .NET binding
Should be able to repro by dropping all references to an instance, and calling
GC.Collect()
andGC.WaitForPendingFinalizers()
.