You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
croak("Profile format error: token %d ('%c'), chunk %lu, pos %ld%s (see TROUBLESHOOTING in docs)",
The codebase is big enough that coming up with a more minimal example would be next to impossible, but is there anything I can do to debug it further?
By the looks of things, the content of nytprof.out around byte 1917430 (0x1d41f6) (assuming that's where it's referring to) is (by way of piping it through xxd):
So I was trying out NYTProf with an existing codebase. Unfortunately, it broke.
Digging through the codebase shows that the error is actually coming from
devel-nytprof/NYTProf.xs
Line 4974 in 1d2a4de
The codebase is big enough that coming up with a more minimal example would be next to impossible, but is there anything I can do to debug it further?
By the looks of things, the content of nytprof.out around byte 1917430 (0x1d41f6) (assuming that's where it's referring to) is (by way of piping it through xxd):
That's about as much as I can show you, I'm afraid
The text was updated successfully, but these errors were encountered: