-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
runtime: crash when trying go run or go build #37638
Comments
Duplicate of #37459? The panic trace looks very similar. Please confirm what machine this is on. /cc @randall77 @dmitshur |
If it is #37459 (which seems likely), it will be fixed in 1.14.1. |
Sorry, I should have spent more time trying to search for this issue before opening a new one. This is most likely the same problem: macOS High Sierra (10.13.6) with a late 2009 iMac (2.8 GHz Intel Core i7). You can close this issue. |
Thanks! |
i have same probleme and i test go 1.14.1 but problem is same with mac os hight sierra 2009 10 13 6
|
I don't think you're actually running 1.14.1 there. That still looks like a 1.14 trace. |
go version go1.14.1 darwin/amd64 |
@Shurikken Please open a new issue, with information how to reproduce this problem with Go 1.14.1, so we can investigate. Thank you. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
trying to run the smallest possible go program:
What did you expect to see?
Hello!
What did you see instead?
The text was updated successfully, but these errors were encountered: