Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool throws exception #12

Open
Ageraluon opened this issue May 24, 2020 · 2 comments
Open

Tool throws exception #12

Ageraluon opened this issue May 24, 2020 · 2 comments

Comments

@Ageraluon
Copy link

upon running:
.\docker-ci-zap.exe -folder "J:\WindowsImages"

The following exception is thrown:

Exception 0xc0000420 0x0 0x0 0x7ff934412dda
PC=0x7ff934412dda

syscall.Syscall(0x7ff94914d430, 0x2, 0xc082065d68, 0xc082008900, 0x0, 0xe, 0xe, 0x0)
c:/go/src/runtime/syscall_windows.go:128 +0x5c
github.com/microsoft/hcsshim._destroyLayer(0xc082065d68, 0xc082008900, 0x0, 0x0)
e:/go/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/zhcsshim.go:181 +0x9f
github.com/microsoft/hcsshim.destroyLayer(0xc082065d68, 0xc0820085c3, 0xd, 0x0, 0x0)
e:/go/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/zhcsshim.go:174 +0x77
github.com/microsoft/hcsshim.DestroyLayer(0x0, 0xc0820085c0, 0x3, 0xc0820085c3, 0xd, 0x0, 0x0)
e:/go/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/destroylayer.go:18 +0x38a
main.main()
E:/docker/ci/docker-ci-zap/zap.go:38 +0x23a
rax 0x20
rbx 0x0
rcx 0x60
rdi 0x20
rsi 0x8d8830
rbp 0x8f569
rsp 0x8f500
r8 0x20
r9 0x58
r10 0x17
r11 0x246
r12 0x0
r13 0x0
r14 0x0
r15 0x0
rip 0x7ff934412dda
rflags 0x246
cs 0x33
fs 0x53
gs 0x2b

@winstonhenke
Copy link

Same issue

@metantonio
Copy link

metantonio commented Feb 6, 2021

that's because there is some sub-process active (even been with windows explorer open in that folder). For clean solution, unisntall Docker, then reboot your device, and after that run docker-ci-zap on admin mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants