forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I tried to record a recording of an infinite loop because I wanted to see how it was getting stuck. The only way to terminate my program was to send it a SIGKILL via ctrl+c. Unfortunately that seems to render the recording unusable. When I run replay-recordings ls I get:
{
"id": 663276012,
"createTime": "Thu Oct 21 2021 16:39:05 GMT-0400 (Eastern Daylight Time)",
"runtime": "node",
"metadata": {
"argv": [
"./node_modules/.bin/ts-node",
"scripts/dev-backfill.ts",
]
},
"status": "unusable",
"path": "/Users/dan/.replay/recording-663276012.dat",
"unusableReason": "Recording invalidated: Unsupported signal 2 delivered"
}