-
Notifications
You must be signed in to change notification settings - Fork 18
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
profile.pb.gz: malformed profile: found location with reserved id=0 #93
Comments
Also running into the same issue. Anyone know of a workaround? |
I am also encountering the issue, did anyone found a solution ? |
Experiencing this as well, fixed by downgrading to version 2.3.0 for me |
I also have this issue, but downgrading to 2.3.0 didn't fix it |
Could someone who is experiencing this issue please upload the And cherry-on-top would be to provide a reproducible MRE that would let us demonstrate this ourselves! |
This reproduces the issue for me on v3.1.0: using PProf
@pprof map(sin, rand(1000)) Here's the generated System information:
|
still have memory issues, also pprof doesnt work but might be due to an ongoing issue at JuliaPerf/PProf.jl#93
Affected by the same issue; I stepped through the code and produced #97 which appears to fix this. Please try and lmk if this works for you! |
Thanks, this fixed the issue for me. |
Any released fix for this? Having the same. |
Until an "official" fix is released you can try using the PR branch by running |
PProf.jl will warn now, but we still need to figure out the root cause |
When I run
PProf.pprof()
. I met this error:versioninfo:
Thanks.
The text was updated successfully, but these errors were encountered: