-
Notifications
You must be signed in to change notification settings - Fork 18k
internal/syscall/unix: panic on internal/syscall/unix.init() #13537
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
This is interesting. It definitely shouldn't happen.
Have you tested the system (physical) memory
on the system? e.g. with memtest86+.
|
Which version of Go? How repeatable is this? |
@minux @ianlancetaylor Now i'm getting another error, it be related with original error: |
How large is your program? What does |
|
Thanks for the info. I'm going to close this as unreproducible. If you can get this to happen consistently, or on a different machine, please reopen. |
Hi
I've used https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip and it worked fine. But today I suddenly got this error:
In 20 minutes this error dissapeared and I can't reproduce it now.
I've checked source code of packer and it seems to be something very strange with Go runtime.
My system
The text was updated successfully, but these errors were encountered: