Bill Zissimopoulos

Results 336 comments of Bill Zissimopoulos

@chaimmintz If your file system is based on Cygwin there is the possibility that some path massaging that happens on Cygwin only, removes the leading `\\.\` from the path and...

I have added commit ea189c5b683b25eeca0cdb60fd12e27536db1c01 that fixes this issue for Cygwin based FUSE file systems. Since this was already working for native and (non-Cygwin) FUSE file systems, I am closing...

The WinFsp container support is intended only to run user mode file systems within a container. For this to work WinFsp must be already installed on the host computer. Then...

I am not familiar with GKE. If you are running inside a container you will not be able to start a kernel driver. At the same time you should not...

I have had the chance to look into the minidumps and the problems does look related to WinFsp. Unfortunately I failed to upload to the symbol server the debugging symbols...

I have had the chance into the new minidump and have identified the problem. I will be fixing this problem in the future.

Commit a3765d6360b61925e99c3390723056a6746e2000 fixes this problem. I have also added some Docker testing in the automated test suite so that problems like this should not happen again.

## SUMMARY Investigation has shown that this issue is a result of two problems in the Golang runtime: - The Golang runtime captures all Windows exceptions using [`AddVectoredExceptionHandler`](https://github.com/golang/go/blob/go1.19/src/runtime/signal_windows.go#L31). Vectored Exception...

This functionality has been implemented and is currently in the private branch [`pvt-sxs`](https://github.com/winfsp/winfsp/tree/pvt-sxs). It will not be in the next release (`v1.12` - WinFsp 2022.2) but it will appear in...

@colatkinson thank you for the update on this. Apologies for my late reply. Passthough indeed does not set `IndexNumber`, which causes problem for some applications (notably Visual Studio). I have...