-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
node::Environment::tracing_agent_writer returns nullptr in a worker #22767
Copy link
Copy link
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.trace_eventsIssues and PRs related to trace events from V8, Node.js core, and user code.Issues and PRs related to trace events from V8, Node.js core, and user code.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
Description
Activity
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.trace_eventsIssues and PRs related to trace events from V8, Node.js core, and user code.Issues and PRs related to trace events from V8, Node.js core, and user code.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
I found out that this method returns nullptr. I did not investigate further, hoping to do it when I get some time.
CC: @addaleax, @ofrobots