-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
The bad news; looks like Windows is pretty much broken;
failed to register layer: re-exec error: exit status 1: output: SetFileInformationByHandle \\?\C:\Windows\SystemTemp\hcs2001018820\Files.$wcidirs$: Invalid access to memory location. Error: Process completed with exit code 1.That codepath seems to be hit by
go-winio;And used by hcsshim;
git grep '\.SetFileBasicInfo' vendor/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go: return winio.SetFileBasicInfo(f, &sbi) vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayerwriter.go: err = winio.SetFileBasicInfo(f, &di.fileInfo) vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayerwriter.go: err = winio.SetFileBasicInfo(f, fileInfo) vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go: err = winio.SetFileBasicInfo(dest, fileInfo) vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go: err = winio.SetFileBasicInfo(f, fileInfo) vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go: err = winio.SetFileBasicInfo(f, &strippedFi)
Reactions are currently unavailable