We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.48.0
Clear these zombie processes
Each time playwright.close() creates a zombie process, which ultimately prevents the creation of more processes
No response
os:debian12
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
If you run your playwright application in container runtime, try to inject init process using like dumb-init.
dumb-init
Basically many container images didn't include init process so it can not clear up zombie processes like your case.
Can you provide complete repro that we could run locally and see the problem?
It has been solved, the solution:microsoft/playwright-java#876
No branches or pull requests
Version
1.48.0
Steps to reproduce
Each time playwright.close() creates a zombie process, which ultimately prevents the creation of more processesExpected behavior
Clear these zombie processes
Actual behavior
Each time playwright.close() creates a zombie process, which ultimately prevents the creation of more processes
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: