> Exception 0xc0000005 0x0 0xffffffffffffffff 0x7ffbea7bc8eb 
> PC=0x7ffbea7bc8ebx 
> 
> syscall.Syscall6(0x7ffbea7b8a80, 0x4, 0x4, 0x1138ad0, 0xc04223d3d0, 
> 0xc04223d3e0, 0x0, 0x0, 0xc0422f1a00, 0x300000002, ...) 
> C:/Go/src/runtime/syscall_windows.go:174 +0x6b 
> syscall.CertVerifyCertificateChainPolicy(0x4, 0x1138ad0, 0xc04223d3d0, 
> 0xc04223d3e0, 0x0, 0xc04249d3d8) 
> C:/Go/src/syscall/zsyscall_windows.go:1208 +0xc1 

You called CertVerifyCertificateChainPolicy Windows API, and Windows rasied 
ERROR_ACCESS_DENIED exception while executing your call. I suspect somehow 
your memory got corrupted. Can you provide a sample program that we could 
use to reproduce your error?

Alex

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to