PProf.jl icon indicating copy to clipboard operation
PProf.jl copied to clipboard

Unexpected 0 in data, please file an issue.

Open mmesiti opened this issue 1 year ago • 5 comments

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?

mmesiti avatar Nov 24 '24 00:11 mmesiti

Same here.

frankier avatar Dec 03 '24 13:12 frankier

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.

Victorvhrn avatar Jan 15 '25 23:01 Victorvhrn

Encountering the same problem here. Julia 1.11.2, PProf 3.1.3.

BSchilperoort avatar Jan 16 '25 09:01 BSchilperoort

The error also occurs with PProf 2.3.0

BSchilperoort avatar Jan 16 '25 09:01 BSchilperoort

I get the same error with PProf v3.1.3, Julia v1.11.2.

tpapp avatar Jan 21 '25 12:01 tpapp

Still present in PProf 3.2.0 (I'm running on Julia v1.10.9, but I don't think it's relevant)

Oblomov avatar Mar 18 '25 10:03 Oblomov

Same error with PProf v3.2.0, Julia v1.11.5

m-fila avatar May 16 '25 15:05 m-fila

Same with PProf v3.2.0, Julia v1.12.0.

alexandergunnarson avatar Nov 09 '25 04:11 alexandergunnarson