You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also encountered this issue. When using Kotlin with Docker + Playwright (1.49.0), no matter how I shut down the processes, two headless_shell zombie processes remain.
I have tried the following shutdown sequences:
page -> browserContext -> browser -> playwright
browserContext -> browser -> playwright
browser -> playwright
Only closing browser
Only closing playwright
But the issue of zombie processes still persists, and I currently have no way to resolve it.
Environments
Bug description
The provided example leaves behind a defunct chromium process.
To Reproduce
This code reproduces the problem:
$ git clone https://github.com/morten-holm/playwright-demo.git $ docker build -t playwright-demo . $ docker run --rm -p 8080:8080 playwright-demo $ http localhost:8080/ping
After this running 'ps xua' will give a result like this:
The text was updated successfully, but these errors were encountered: