-
Notifications
You must be signed in to change notification settings - Fork 68
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
Python stack unwinding fails, but with null
error
#2314
Comments
Huh, this is kind of odd. parca-agent/pkg/profiler/cpu/cpu.go Lines 551 to 573 in 7df448f
if |
Are you falling a fowl of the typed nil variable nonsense? |
Yes, definitely possible! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Parca agent stack unwinding fails to add the unwind table, but also has a
null
error which is surprising.To Reproduce
Can't replicate with a minimal example yet, but happens consistently with the specific binary.
Logs
Software (please complete the following information):
ghcr.io/parca-dev/parca-agent:main-1701258441-d828aaf4
** Workload:**
Runtime (if applicable): Python 3.10.13
** Environment :**
Linux Distribution: COS
Linux Version: 5.15.120+
Arch: amd64
Kubernetes Version (if applicable):
Server Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.13-gke.200", GitCommit:"f24d4fe14dcec505c2b37cc1e5b7024d971f6360", GitTreeState:"clean", BuildDate:"2023-08-25T09:26:18Z", GoVersion:"go1.20.7 X:boringcrypto", Compiler:"gc", Platform:"linux/amd64"}
Container Runtime (if applicable):
containerd 1.6.21
The text was updated successfully, but these errors were encountered: