-
Notifications
You must be signed in to change notification settings - Fork 71
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
node_mksnapshot
fails for debug builds
#294
Comments
From a quick glance it looks like a bogus assertion - it should be invoked on the main thread where the cppgc heap is created. I'll debug a bit and see what's happening. |
By the way I can't seem to build canary-base with Clang 14 on macOS 13, which throws up at
I think this might be a bug in Clang 14 with |
I managed to build it after applying a lot of local fixes (C++ new feature workarounds, mostly) for Clang 14. The DCHECK is caused by not locking the isolate, fix in nodejs/node#56327 |
FYI, I put the local fixes to make canary-base build on macOS + Apple 14 in https://github.com/joyeecheung/node/tree/fix-macos-13 |
Thanks, I added the commit to |
Using https://github.com/nodejs/node/tree/canary-base
/cc @nodejs/cpp-reviewers
The text was updated successfully, but these errors were encountered: