Skip to content

[lldb] Call DestroyImpl for eStateInvalid #3112

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

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

JDevlieghere
Copy link

The process ends up in eStateInvalid when you attempt to interrupt a
GDBRemoteProcess and it doesn't return in time. When that happens we
really should be calling Destroy because otherwise we might end up in a
situation where we receive a packet while or after we've torn down the
main process.

The process ends up in eStateInvalid when you attempt to interrupt a
GDBRemoteProcess and it doesn't return in time. When that happens we
really should be calling Destroy because otherwise we might end up in a
situation where we receive a packet while or after we've torn down the
main process.
@JDevlieghere
Copy link
Author

@swift-ci please test

@JDevlieghere JDevlieghere requested a review from fredriss July 20, 2021 18:07
@JDevlieghere JDevlieghere merged commit eafcd2b into swift/release/5.5 Jul 24, 2021
@JDevlieghere JDevlieghere deleted the eStateInvalid branch July 24, 2021 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant