-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: unexpected fault address 0x7fa5b6698538 #39456
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
The linker has changed quite a lot. Is there a way that you could test this against the master branch? Thanks. |
I tried with the |
To make it compile, you just need to I'm omitting the generated file for now to avoid a lot of source control churn. I noticed my SSD was almost full, so this may be related to that rather than anything in Go. |
Probably related to #37310. It should be fixed on tip (Go 1.15 to be). |
Hasn't happened again, so closing as a duplicate of #37310 |
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
entr -s 'go run .'
It doesn't seem to depend on the code.
touch
ing a file can make it happen or not happen.Here's an example of the code it happened with: https://git.lubar.me/ben/tolpaha/src/commit/ac4aab9f17e1de34424a8836964c1deee659aff1
What did you expect to see?
Program compiles and runs
What did you see instead?
The text was updated successfully, but these errors were encountered: