|
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" |
Answered by
lostmsu
Mar 14, 2025
Replies: 1 comment 10 replies
|
Hi @lostmsu , The |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I believe this happened because I let GC finalize
DokanInstancein .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().