-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.Issues and PRs related to V8, Node.js core, and userspace code trace events.
Description
Commit ba4847e introduces a call to tracing::Agent::Stop()
in the SignalExit()
function.
Signal handlers are only allowed to call async-signal-safe functions, which the implementation of tracing::Agent::Stop()
is not. This can cause erratic behavior; crashes, hangs, etc.
Metadata
Metadata
Assignees
Labels
trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.Issues and PRs related to V8, Node.js core, and userspace code trace events.