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

runtime: lockOSThread error message if init exits #5963

Closed
rsc opened this issue Jul 26, 2013 · 3 comments
Closed

runtime: lockOSThread error message if init exits #5963

rsc opened this issue Jul 26, 2013 · 3 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Jul 26, 2013

If runtime.Goexit is called during init, the runtime gets upset.

g% cat ~/x.go
package main
import "runtime"
func init() { runtime.Goexit() }
func main() {}
g% go run ~/x.go
invalid m->locked = 2
fatal error: internal lockOSThread error

goroutine 2 [runnable]:
runtime.MHeap_Scavenger()
    /Users/rsc/g/go/src/pkg/runtime/mheap.c:438
runtime.goexit()
    /Users/rsc/g/go/src/pkg/runtime/proc.c:1313
created by runtime.main
    /Users/rsc/g/go/src/pkg/runtime/proc.c:165
exit status 2
g%
@dsymonds
Copy link
Contributor

Comment 1:

Issue #5912 has been merged into this issue.

@dsymonds
Copy link
Contributor

Comment 2:

Owner changed to @rsc.

Status changed to Started.

@rsc
Copy link
Contributor Author

rsc commented Jul 26, 2013

Comment 3:

This issue was closed by revision 14062ef.

Status changed to Fixed.

@rsc rsc added fixed labels Jul 26, 2013
@rsc rsc self-assigned this Jul 26, 2013
@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
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

3 participants