-
-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Support child_process in snapshot #50924
Copy link
Copy link
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.snapshotIssues and PRs related to the startup snapshot.Issues and PRs related to the startup snapshot.
Description
Activity
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.snapshotIssues and PRs related to the startup snapshot.Issues and PRs related to the startup snapshot.
Version
21.1.0
Platform
Linux h4ad 5.15.0-89-generic #99~20.04.1-Ubuntu SMP Thu Nov 2 15:16:47 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
child_process
What steps will reproduce the bug?
The following code:
Run with:
node --snapshot-blob snapshot.blob --build-snapshot file.jsHow often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
The snapshot being created without
core dumped.isWhat do you see instead?
Additional information
Found at https://github.com/mehulkar/bench-childprocess