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/pprof: TestGoroutineSwitch failure #7799

Closed
alexbrainman opened this issue Apr 16, 2014 · 2 comments
Closed

runtime/pprof: TestGoroutineSwitch failure #7799

alexbrainman opened this issue Apr 16, 2014 · 2 comments
Milestone

Comments

@alexbrainman
Copy link
Member

From windows-amd64 builder:
http://build.golang.org/log/386a00b3ac3147a7f33d114bc3af3d494b87a649

--- FAIL: TestGoroutineSwitch (0.23 seconds)
    pprof_test.go:240: found profile entry for runtime.gogo:
        0x42b6e2 c:/go/src/pkg/runtime/asm_amd64.s:153
        0x415060 c:/go/src/pkg/runtime/proc.c:1409
        0x4168a1 c:/go/src/pkg/runtime/proc.c:1996
        0x443a48 c:/gobuilder/windows-amd64-993231085fbf/go/src/pkg/runtime/pprof/pprof_test.go:209
        0x43cb32 c:/go/src/pkg/testing/testing.go:423
        0x415120 c:/go/src/pkg/runtime/proc.c:1430
FAIL
FAIL    runtime/pprof   11.432s

I can reproduce this by running

for /l %x in (1, 1, 50) do go test -v -run=TestGoroutineSwitch -cpu=1,2,4

I get maybe 4 (on average) failures for those 50 runs. All failures are on
windows/amd64, no windows/386 failures.

Alex
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-main, os-windows, release-go1.4.

@alexbrainman
Copy link
Member Author

Comment 2:

I cannot reproduce it anymore. I am on hg id 6e10ddc0bbc2 now. I'll reopen it if I see
it again. Sorry for the noise.
Alex

Status changed to Retracted.

@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

4 participants