-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugelectronIssues and items related to ElectronIssues and items related to ElectronupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
#194477 revealed that utility process will send faulty exit events while the process is still active, this is because the exit handler based on message channel will get fired first and if the process were to crash during destruction of node::Environment which happens later then it will not be propagated.
Secondly, due to lack to isolate termination we allow entering JS when cleaning up pending tasks during node::Environment cleanup which can lead to crashes or deadlocks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugelectronIssues and items related to ElectronIssues and items related to ElectronupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)