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

[Bug]: Zombie process #34190

Closed
gao-mingyuan opened this issue Jan 2, 2025 · 4 comments
Closed

[Bug]: Zombie process #34190

gao-mingyuan opened this issue Jan 2, 2025 · 4 comments

Comments

@gao-mingyuan
Copy link

Version

1.48.0

Steps to reproduce

Image Each time playwright.close() creates a zombie process, which ultimately prevents the creation of more processes

Expected 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

os:debian12
@gao-mingyuan
Copy link
Author

ImageImage

@prravda
Copy link

prravda commented Jan 2, 2025

If you run your playwright application in container runtime, try to inject init process using like dumb-init.

Basically many container images didn't include init process so it can not clear up zombie processes like your case.

@yury-s
Copy link
Member

yury-s commented Jan 2, 2025

Can you provide complete repro that we could run locally and see the problem?

@gao-mingyuan
Copy link
Author

It has been solved, the solution:microsoft/playwright-java#876

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

No branches or pull requests

3 participants