We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed a couple of runtime/pprof TestCPUProfileMultithreaded test failures with the following error message.
--- FAIL: TestCPUProfileMultithreaded (0.26s) pprof_test.go:169: total 25 CPU profile samples collected pprof_test.go:185: runtime/pprof_test.cpuHog1: 25 pprof_test.go:185: runtime/pprof_test.cpuHog2: 0 pprof_test.go:199: runtime/pprof_test.cpuHog2 has 0 samples out of 25, want at least 1, ideally 12 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742430 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 invalid spdelta __x86.get_pc_thunk.cx 0xf7742430 0xf7742433 0x0 -1 FAIL exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/pprof.test-11065 FAIL runtime/pprof 14.152s
The text was updated successfully, but these errors were encountered:
I guess correct spdelta data for this function shouldn't be hard to create, I don't at all know how to do it though.
Sorry, something went wrong.
Duplicate of #13568.
No branches or pull requests
Observed a couple of runtime/pprof TestCPUProfileMultithreaded test failures
with the following error message.
The text was updated successfully, but these errors were encountered: