You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Windows build number: (Type ver at a Windows Command Prompt)
Microsoft Windows [版本 10.0.14393]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
I installed the go1.10.2 followed the golang official guide, but got some error. I have already report it to golang, but it seems not a Go bug.
What's wrong / what should be happening instead:
Go tools works well.
Strace of the failing command, if applicable: (If some_command is failing, then run strace -o some_command.strace -f some_command some_args, and link the contents of some_command.strace in a gist here)
The problem is almost certainly that with Go 1.10.1 we changed from calling the epoll_wait system call to calling the epoll_pwait system call. I bet that WSL implements the former but not the latter. epoll_pwait has been in the Linux kernel since 2.6.19.
My kingdom for people to fill out the issue template. In which case the ENOSYS wouldn't be a speculative bet but instead show up in the requested strace log.
ver
at a Windows Command Prompt)some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here)The text was updated successfully, but these errors were encountered: