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: invalid spdelta __x86.get_pc_thunk.cx ... (android/386) #13617

Closed
hyangah opened this issue Dec 14, 2015 · 2 comments
Closed

runtime/pprof: invalid spdelta __x86.get_pc_thunk.cx ... (android/386) #13617

hyangah opened this issue Dec 14, 2015 · 2 comments

Comments

@hyangah
Copy link
Contributor

hyangah commented Dec 14, 2015

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
@mwhudson
Copy link
Contributor

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.

@rsc
Copy link
Contributor

rsc commented Dec 28, 2015

Duplicate of #13568.

@rsc rsc closed this as completed Dec 28, 2015
@golang golang locked and limited conversation to collaborators Dec 29, 2016
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