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: spotty tests for several builders #8949

Closed
Luit opened this issue Oct 17, 2014 · 3 comments
Closed

runtime/pprof: spotty tests for several builders #8949

Luit opened this issue Oct 17, 2014 · 3 comments
Milestone

Comments

@Luit
Copy link

Luit commented Oct 17, 2014

Tests mostly pass, but fail sometimes. 

Seen on linux/arm (and android), linux/386, linux/amd64, and amd64 builds on solaris,
freebsd, dragonfly ...

Failure looks like this:

--- FAIL: TestGoroutineSwitch (0.48s)
    pprof_test.go:271: found profile entry for runtime.gogo:
        0x8078904 /usr/local/go/src/runtime/asm_386.s:155
        0x8058d10 /usr/local/go/src/runtime/proc.go:114
        0x80a1064 /linux-386-3e5d0270f09e/go/src/runtime/pprof/pprof_test.go:240
        0x8092fa1 /usr/local/go/src/testing/testing.go:448
FAIL
FAIL    runtime/pprof   7.214s


Examples:
builder linux-386: http://build.golang.org/log/33c4f62680b98e004a0fabbb68be5278e12e4d3a
builder linux-arm-luitvd:
http://build.golang.org/log/ddbcae0c6285b0fb59df48e9072adf24a3c75312
builder freebsd-amd64:
http://build.golang.org/log/acf42712fca1d6d87f7365e5d3270bd6053241b7
@ianlancetaylor
Copy link
Contributor

Comment 1:

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

@Luit
Copy link
Author

Luit commented Oct 18, 2014

Comment 2:

Revision 0a372305e9a1 seems to have fixed it for the consistently failing
linux-arm-luitvd builder, and no other buils have failed like this again so far.

@rsc
Copy link
Contributor

rsc commented Nov 7, 2014

Comment 3:

Status changed to Fixed.

@Luit Luit added fixed labels Nov 7, 2014
@rsc rsc added this to the Go1.4 milestone 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