Skip to content
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

cmd/compile: crash due to running out of memory (likely) #7755

Closed
griesemer opened this issue Apr 10, 2014 · 1 comment
Closed

cmd/compile: crash due to running out of memory (likely) #7755

griesemer opened this issue Apr 10, 2014 · 1 comment

Comments

@griesemer
Copy link
Contributor

Test case: http://play.golang.org/p/xoT0jSBOci

Perhaps it's possible to give a nicer error message on the command line:

$ go tool 6g overflow.go 
overflow.go:35: internal compiler error: fault

(The out of memory message in the playground is presumably from the underlying app
engine implementation).

(see also issue #7754).
@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title cmd/gc: crash due to running out of memory (likely) cmd/compile: crash due to running out of memory (likely) Jun 8, 2015
@mdempsky
Copy link
Member

mdempsky commented Nov 1, 2020

Same as #4415: should be fixed now that the Go compiler is written in Go rather than C.

@mdempsky mdempsky closed this as completed Nov 1, 2020
@golang golang locked and limited conversation to collaborators Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants