-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
fatal error: unexpected signal during runtime execution #8558
Comments
Yes, I have same problem. |
Thank you for the report! This sounds like it may be an issue with the go runtime. For anyone who has hit this problem, which Linux kernel version are you using ( Release v1.7.2 was built with go1.13.7. This Go issue seems like it might be related: golang/go#35777 I believe this was fixed in go1.14, which we use to build the v1.8.x releases. Upgrading to 1.8.x may resolve the problem. Later v1.7.x releases (ex: 1.7.7) were also built with newer version of go, which may also include the fix. |
uname -a
Version 1.7.7 is installed. Detailed logs are attached. consul-server-2_2020.08.28.log |
That you for the report and the logs! I'm not sure what is happening here, but from what I can tell it is an issue with the Go runtime. I've opened an issue on the Go issue tracker (golang/go#41099) to see if they can help. If you are able to test with the latest |
It sounds like we will need to try to reproduce with go1.14.x or go1.15, since go1.13.x is no longer supported with the release of go1.15. I built a version of Consul 1.7.7 using go1.14.7. You can find those binaries built in CI here: https://app.circleci.com/pipelines/github/hashicorp/consul/12178/workflows/c0691c42-089a-4e26-b966-8d9ae1dcd8c9/jobs/229429/artifacts Note that these are not official release binaries, but the only change from the official release is the change in Go version. |
Thanks for the help. Installed the consul indicated on your link, we are watching the work. |
Unfortunately the reboots are still going on. Found a dependency. Service reboots occur only on hosts with Intel Optane connected in RAM mode. Probably this is a Go runtime issue. |
Ah, good find! If you can provide logs from the binary built with go1.14.7 I will update the issue I opened on the golang issue tracker (golang/go#41099). They may be able to help find the problem. |
Sure, log attached. |
I have attached the logs in a previous post. |
@dnephin |
Overview of the Issue
After upgrading from version 1.4.1 to 1.7.2 consul agent periodically restarts or hangs
Reproduction Steps
Consul v1.7.2
3 servers
254 agents
Consul info for both Client and Server
Client info
Server info
Operating system and Environment details
OS:
Oracle Linux Server release 7.6
Architecture:
x86_64
Procinfo
Meminfo
Log Fragments
The text was updated successfully, but these errors were encountered: