Skip to content
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

--prof-process flag gives bugged paths #21165

Closed
NicoGorr opened this issue Jun 6, 2018 · 2 comments
Closed

--prof-process flag gives bugged paths #21165

NicoGorr opened this issue Jun 6, 2018 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@NicoGorr
Copy link

NicoGorr commented Jun 6, 2018

  • Version: >= 10.0.0
  • 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):
V8Log

After executing node --prof-process --preprocess -j isolate-00000000004417E0-6940-v8.log > isolate-00000000004417E0-6940-v8.json, what I get is this:
immagine2

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.

@bzoz
Copy link
Contributor

bzoz commented Jun 6, 2018

Duplicate of #20891 ?

@NicoGorr
Copy link
Author

NicoGorr commented Jun 6, 2018

Yes, it's the same behaviour. I tried to find another issue related to this bug, but I found nothing. Sorry for duplicate

@mscdex mscdex added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jun 6, 2018
@mscdex mscdex closed this as completed Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

3 participants