-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Crash on snapshot deserialization during bootstrapping #50971
Comments
santigimeno
added
snapshot
Issues and PRs related to the startup snapshot
v8 engine
Issues and PRs related to the V8 dependency.
labels
Nov 30, 2023
Maybe related to #50725 |
Does this reproduce on the main branch? |
Yes, it does. Kind of similar backtrace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v20.10.0
Platform
Linux sgimeno-N8xxEZ 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
src
What steps will reproduce the bug?
Running
test/parallel/test-domain-error-types.js
under load would rarely cause this. To make the crash happen more consistently I had to run multiple instances in parallel while reducing the gc-interval:How often does it reproduce? Is there a required condition?
Using the command above, mostly always. It seems having the gc kick in while deserializing the snapshot is causing the crash.
What is the expected behavior? Why is that the expected behavior?
Not crashing.
What do you see instead?
Variations of this thread backtraces can be extracted from the coredump
Additional information
No response
The text was updated successfully, but these errors were encountered: