-
Notifications
You must be signed in to change notification settings - Fork 18
Unexpected 0 in data, please file an issue. #102
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
Comments
Same here. |
Me too. The problem seems to come from line 192 of PProf.jl. The code believes that the data that comes from Profile.fetch() should not contain zeros when Profile defines a has_meta variable, but in my case it does. |
Encountering the same problem here. Julia 1.11.2, PProf 3.1.3. |
The error also occurs with PProf 2.3.0 |
I get the same error with PProf v3.1.3, Julia v1.11.2. |
Still present in PProf 3.2.0 (I'm running on Julia v1.10.9, but I don't think it's relevant) |
I got this error while following a very standard workflow (
using Profile; using PProf; @profile ... ; pprof()
) with Julia 1.10.6 and PProf version 3.1.3.What kind of information more is needed?
The text was updated successfully, but these errors were encountered: