-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
Syscall/IPC panics on 1.6 when running drone+gogs+postgresql #16688
Comments
Please try rerun with GOTRACEBACK=2 and post the complete panic output
(including the lines about unexpected signal during runtime execution)
Please also give Go 1.7rc6 a try to see if the problem is already fixed.
Remember to also run the program under the race detector to rule out data
races.
|
I can't run -race as I'm under arm64... Migrating to 1.7rc6 didn't help, here's stacks on this version:
|
another one:
libc related crash? |
another one:
|
yup, libc 2.23 has something dodgy in it, I can also reproduce exactly same crash on amd64 ubuntu xenial now, opened: https://sourceware.org/bugzilla/show_bug.cgi?id=20468 |
Seems like it's not a Go problem then. Closing. You can disable Go's libc-based DNS resolution. See https://golang.org/pkg/net/#hdr-Name_Resolution |
this is #13470 |
Please answer these questions before submitting your issue. Thanks!
go version
)?go env
)?Compiled drone (github.com/drone/drone), and running it together with postgresql and gogs. It throws panics. Every time I try to log in, so when it tries to do network related syscalls.
At least a retry, not panic
I see this:
The text was updated successfully, but these errors were encountered: