On Sat, Aug 24, 2019 at 1:28 AM Steven Hartland <ste...@multiplay.co.uk> wrote: > > Out of interest what OS? > Is the machine virtualised? > > You might want to try doing an OS syscall trace to see if it’s stuck in an OS > call for some reason.
Also, are you running a kernel with VDSO enabled? With VDSO, `time.Now` should not be making any system calls. It's hard to understand why it would block. Although the VDSO code does loop, and perhaps virtualization affects that in some way that I'm not aware of. Does your code call `time.Now` a lot? Ian -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcWiN9JA5OUQ7HtztQ-x07gtbo3fuHzY15US9AeXF%2B6fag%40mail.gmail.com.