Skip to content

runtime: main goroutine does not have id 1 #8371

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

Closed
rsc opened this issue Jul 15, 2014 · 2 comments
Closed

runtime: main goroutine does not have id 1 #8371

rsc opened this issue Jul 15, 2014 · 2 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Jul 15, 2014

CL 117810043 fixes this. I'd like it to be in 1.3.1 so that we can get back to canonical
numbering in goroutine dumps as quickly as possible. I don't want people to have to
remember that 1.3 started numbering at 16 for much longer.
@dvyukov
Copy link
Member

dvyukov commented Jul 16, 2014

Comment 1:

cl 117810043 is submitted

Status changed to Fixed.

@rsc
Copy link
Contributor Author

rsc commented Aug 11, 2014

Comment 2:

Trivial fix. 
Problem is not critical.
It does make debugging much easier if you can identify the main goroutine, but we are so
far behind on issuing 1.3.1 that the benefit I was going for (people using 1.3 not
seeing goroutine 16 as main goroutine) is no longer achievable.
Delaying to 1.4.

Labels changed: added release-go1.4, removed release-go1.3.1.

@rsc rsc added fixed labels Aug 11, 2014
@rsc rsc added this to the Go1.4 milestone Apr 14, 2015
@rsc rsc removed the release-go1.4 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
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