-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/ipv4: SetICMPFilter panic in 1.9 #22557
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
Comments
What git revision of x/net are you using? |
Golang was installed through homebrew, I don't know how to check the git reversion. When try to upgrade, homebrew download it from https://homebrew.bintray.com/bottles/go-1.9.2.el_capitan.bottle.tar.gz. After this upgrade and updating GOROOT environment variable , the panic problem still exist. |
Sorry, I made a mistake. The x/net is not under the $GOROOT but $GOPATH/src/golang.org. The git info is:
After upgrading to
The panic problem disappeared. |
Thanks for confirming. I'd thought this sounded familiar. I'm going to close as already fixed in the past year. Somebody else can search/bisect to figure out the dup bug and the fix if they're curious. |
Dup of #19209. |
Suddenly, the tested(under OS X 10.11) functions (IPPing and TraceRoute diagnostics) fail to work any more.
The panic stack trace:
Project code snippet:
After switch back to 1.8.1, everything works fine.
The text was updated successfully, but these errors were encountered: