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(PidBasedController) check PID maps to running process #767

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

lucatume
Copy link
Owner

This fixes the issue where one of the managed processes (Chromedriver,
PHP built-in server or MySQL server) would be killed by the system or
user outside of wp-browser control leaving an orphaned PID file pointing
at a no-more-running process.

@lucatume lucatume self-assigned this Nov 29, 2024
@lucatume lucatume force-pushed the v4-better-pid-check branch from 9e78108 to 7bab32c Compare November 29, 2024 11:19
This fixes the issue where one of the managed processes (Chromedriver,
PHP built-in server or MySQL server) would be killed by the system or
user outside of wp-browser control leaving an orphaned PID file pointing
at a no-more-running process.
@lucatume lucatume force-pushed the v4-better-pid-check branch from 7bab32c to 8993ad5 Compare November 29, 2024 11:20
@lucatume lucatume marked this pull request as ready for review November 29, 2024 13:55
@lucatume lucatume merged commit fe3e069 into master Nov 29, 2024
47 checks passed
@lucatume lucatume deleted the v4-better-pid-check branch November 29, 2024 13:55
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