-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Debug build assertion failure in V8 for sequential/test-inspector-contexts #17018
Comments
The issue here is that Compilation should not secretly recurse and interleave with execution. Would it be possible to schedule this callback to later? |
@eugeneo ^^^ |
@hashseed I just remembered that I already fixed this upstream in v8/v8@6751db2 – Are you surprised to hear you reviewed that code? 😄 |
Ugh. I had the feeling that I've seen that code recently. Good that it's already fixed! Bad that we don't have a good way to detect if something is already fixed. I remember spending time on fixing node issues too where there is already a fix upstream. |
I guess the best way to do that would be testing things out on one of the canary repos? I’ve kind of lost track of how v8/node and our own canary repo are doing (I thought it was called node/node-canary but I can’t seem to find it right now? @targos ?) |
Our canary repo: https://github.com/nodejs/node-v8 |
V8's vee-eight-lkgr branch only syncs with upstream node once every 2-3 months so probably not the best for this purpose. |
This has been fixed by 04aab13 by now :) |
(as per #17016 & #17017)
Current master, fails via sequential/test-inspector-contexts, on both Linux and macOS:
/cc @nodejs/v8
The text was updated successfully, but these errors were encountered: