Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure the inspector agent is shutdown before cleaning up the node env #18028

Merged
merged 3 commits into from Apr 30, 2019

Conversation

MarshallOfSound
Copy link
Member

Fixes #17996

Notes: Fixed crash when quitting Electron with an inspector attached

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 29, 2019
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@deepak1556 deepak1556 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

atom/browser/node_debugger.cc Outdated Show resolved Hide resolved
@MarshallOfSound
Copy link
Member Author

Legitimate failures on windows it looks like 😢

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 30, 2019
@release-clerk
Copy link

release-clerk bot commented Apr 30, 2019

Release Notes Persisted

Fixed crash when quitting Electron with an inspector attached

@MarshallOfSound MarshallOfSound deleted the shutdown-inspector branch April 30, 2019 22:44
@trop
Copy link
Contributor

trop bot commented Apr 30, 2019

I have automatically backported this PR to "5-0-x", please check out #18076

@trop
Copy link
Contributor

trop bot commented Apr 30, 2019

I have automatically backported this PR to "6-0-x", please check out #18077

@sofianguy sofianguy added this to Fixed in 6.0.0-beta.2 in 6.1.x May 8, 2019
kiku-jw pushed a commit to kiku-jw/electron that referenced this pull request May 16, 2019
…de env (electron#18028)

* fix: ensure the inspector agent is shutdown before cleaning up the node env

* spec: add tests to ensure clean shutdown with connected inspector agent

* Update node_debugger.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
6.1.x
Fixed in 6.0.0-beta.2
Development

Successfully merging this pull request may close these issues.

Quitting while attached (--inspect or --inspect-brk) causes crash
3 participants