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
Platform: Tested on Windows 7 64bit, Windows 10 64bit, Linux ubuntu 4.15.0-22-generic 64bit (with the same log generated under windows 7, I think the bug doesn't happen with linux's paths)
Subsystem: V8
This is the V8 log (in my case named isolate-00000000004417E0-6940-v8.log):
After executing node --prof-process --preprocess -j isolate-00000000004417E0-6940-v8.log > isolate-00000000004417E0-6940-v8.json, what I get is this:
All paths are bugged.
The bug is not related to --preprocess or -j, even without them there's always the same problem so it is related to --prof-process
I tested the bug in the following versions:
8.5.0: paths are ok;
9.11.1: paths are ok;
10.0.0: paths are bugged;
10.3.0: paths are bugged;
I guess the bug affects all versions >= 10.0.0.
The text was updated successfully, but these errors were encountered:
This is the V8 log (in my case named
isolate-00000000004417E0-6940-v8.log
):After executing
node --prof-process --preprocess -j isolate-00000000004417E0-6940-v8.log > isolate-00000000004417E0-6940-v8.json
, what I get is this:All paths are bugged.
The bug is not related to
--preprocess
or-j
, even without them there's always the same problem so it is related to--prof-process
I tested the bug in the following versions:
I guess the bug affects all versions
>= 10.0.0
.The text was updated successfully, but these errors were encountered: