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: unexpected return pc for runtime.gogo #6000

Closed
dvyukov opened this issue Jul 31, 2013 · 5 comments
Closed

runtime: unexpected return pc for runtime.gogo #6000

dvyukov opened this issue Jul 31, 2013 · 5 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jul 31, 2013

parent: 17472:aaec807a07a1 tip
linux/amd64

$ go test -cpuprofile=prof net/http
sometime says:
runtime: unexpected return pc for runtime.gogo called from 0xc21043d540

I think that's because gogo sets user g, so sigprof think that we are running a
goroutine, but pc/sp are not yet set, so traceback fails.
@rsc
Copy link
Contributor

rsc commented Aug 2, 2013

Comment 1:

Ouch.

@rsc
Copy link
Contributor

rsc commented Aug 2, 2013

Comment 2:

Labels changed: added go1.2, removed go1.2maybe.

@davecheney
Copy link
Contributor

Comment 3:

Issue #6015 has been merged into this issue.

@dsymonds
Copy link
Contributor

Comment 4:

Labels changed: added priority-later, removed priority-triage.

@rsc
Copy link
Contributor

rsc commented Sep 13, 2013

Comment 5:

This issue was closed by revision 439f939.

Status changed to Fixed.

@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

5 participants