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

linux/frida-helper-backend: handle process gone #543

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

ajwerner
Copy link
Contributor

This is an attempt to handle the situation where the process has gone away and we're shutting down. I've observed the system looping attempting to move the state out of ATTACHED. It's possible that the state machine here needs to be made more complex (ALREADY_ATTACHED) is misleading.

Informs #478

This is an attempt to handle the situation where the process has gone
away and we're shutting down. I've observed the system looping
attempting to move the state out of ATTACHED. It's possible that the
state machine here needs to be made more complex (ALREADY_ATTACHED) is
misleading.

Informs frida#478
Copy link
Member

@oleavr oleavr left a comment

Choose a reason for hiding this comment

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

Thanks, great catch! 🙌

src/linux/frida-helper-backend.vala Outdated Show resolved Hide resolved
@oleavr oleavr merged commit 2376f42 into frida:main Aug 30, 2024
17 of 29 checks passed
@ajwerner ajwerner deleted the fix-missing-process branch September 3, 2024 19:56
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.

2 participants