Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
deps: fix wrong default for v8 handle zapping#23801
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
Conversation
refack commented Oct 21, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Oct 21, 2018
refack commented Oct 21, 2018
/CC @nodejs/v8-update @nodejs/build-files |
Uh oh!
There was an error while loading. Please reload this page.
addaleax commented Oct 21, 2018
I think we can only catch this through benchmarking, and maybe manually comparing the compiler flags before/after GYP changes. |
addaleax commented Oct 21, 2018
Also, according to #23182 (comment) I think we should bump the embedder version for GYP updates? |
80e3b52 to c460808Compare
targos left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work if we force it to 1 in common.gypi?
addaleax left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running CI to verify that this works: https://ci.nodejs.org/job/node-test-pull-request/18029/
doesn’t seem to work for Debug builds yet
refack commented Oct 21, 2018
Yes, if we force it (i.e. without |
refack commented Oct 21, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
No, I think it's because of the issue resolved by #23704 Running just debug vs regular CI: https://ci.nodejs.org/job/node-test-commit-linux-containered/8006/ |
refack commented Oct 21, 2018
refack commented Oct 21, 2018
Sample from debug build https://ci.nodejs.org/job/node-test-commit-linux-containered/8007/nodes=ubuntu1604_sharedlibs_debug_x64/console):
|
refack commented Oct 21, 2018
addaleax left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
refack commented Oct 23, 2018
refack commented Oct 23, 2018
PR-URL: nodejs#23801Fixes: nodejs#23796 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
86b66a9 to c9b49a6ComparePR-URL: #23801Fixes: #23796 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
PR-URL: #23801Fixes: #23796 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
Can we devise a test for this?
Fixes: #23796
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes