-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
node crashes when v8.getHeapSnapshot is called in succession. #35559
Copy link
Copy link
Closed
Labels
memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.v8 moduleIssues and PRs related to the "v8" subsystem.Issues and PRs related to the "v8" subsystem.
Description
- Version: v14.13.1
- Platform: linux
- Subsystem: v8
What steps will reproduce the bug?
// given code
const v8 = require('v8');
v8.getHeapSnapshot()
v8.getHeapSnapshot()What is the expected behavior?
no crash, the API returns streams
Additional information
I can easily recreate it, so any more info can be collected if needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.v8 moduleIssues and PRs related to the "v8" subsystem.Issues and PRs related to the "v8" subsystem.