-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Heap snapshot crash on v14.x #42558
Labels
Comments
It seems we already have a series of heap snapshot crashes on v14.x. And their crash backtrace is similar to the one in the OP: |
I can confirm the problem can be fixed by a small v8 patch: https://chromium-review.googlesource.com/c/v8/v8/+/2277806 |
V8 bug tracking the problem: https://bugs.chromium.org/p/v8/issues/detail?id=10629 |
This was referenced Apr 7, 2022
Closing as #42637 has landed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version
v14.19.1
Platform
all
Subsystem
v8 engine
What steps will reproduce the bug?
Run the following script:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
No crashes.
What do you see instead?
The program crashed with SIGSEGV.
Additional information
Node.js v16.x doesn't have this problem. So I'd think we may need to find the v8 commit that fixed the problem and backport it to v14.x.
The text was updated successfully, but these errors were encountered: