Closed wly2014 closed 1 day ago
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 .pb.gz
that has the problem? it should be in the CWD of wherever you are running pprof.
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 profile.pb.gz
System information:
julia> versioninfo()
Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 192 × AMD EPYC 9654 96-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 192 virtual cores)
Environment:
LD_LIBRARY_PATH = /sw/pkgs/arc/gcc/10.3.0/lib64:/sw/pkgs/arc/python/3.11.5/lib:/nfs/turbo/coe-venkvis/awadell
/mist/deepspeed/.venv/lib
JULIA_PKG_USE_CLI_GIT = true
LD_RUN_PATH = /sw/pkgs/arc/gcc/10.3.0/lib64
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!
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 ]add https://github.com/sprig/PProf.jl.git
in julia.
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.