-
Notifications
You must be signed in to change notification settings - Fork 18.1k
runtime: TestTimePprof failure with "profiler refers to ExternalCode" #43118
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
Comments
Looks like there was a substantial uptick in this failure rate in early November.
2021-11-18T20:11:45-24898d6/solaris-amd64-oraclerel |
Marking as release-blocker to either fix the test, or add a skip if the cause is believed to be platform-specific and the fix is non-trivial. (CC @jeremyfaller) |
CCing @cherrymui as the owner of pprof. (CCing @prattmic as well, because it's likely he would be interested as well.) |
Seems this only fails on Solaris? We use libc for syscalls, so the "ExternalCode" may refer to the libc function. |
@cherrymui I agree. I will send a CL. |
Change https://golang.org/cl/366759 mentions this issue: |
Change https://golang.org/cl/366737 mentions this issue: |
On illumos nanotime calls libc, like on the other systems for which TestTimePprof is skipped. For #43118 Change-Id: I370d3f098a261185920cb1e3e3402d16200e301a Reviewed-on: https://go-review.googlesource.com/c/go/+/366737 Trust: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
2020-12-09T19:12:27-f1980ef/solaris-amd64-oraclerel
See previously #41120.
CC @ianlancetaylor @aclements @tklauser (for
TestTimePprof
), @hyangah @dmitshur @zikaeroh (in case this is related to CL 275513)The text was updated successfully, but these errors were encountered: