Comment 3 for bug 1864901

Revision history for this message
Adrien Jarthon (bigbourin) wrote :

I just noticed hundreds of chromium.launcher processes running on my machine with `sleep 60` and found that it's because of this fix. Looks like this background process is started but nerver stopped? nor does it checks if it's already running. This is especially visible in my case because I'm running automated tests starting chrome using capybara, and it'll be the same for everybody doing integration tests with chrome I guess.

Maybe a good fix would be to check if this background process is already running to not start it again?

https://user-images.githubusercontent.com/201687/79634864-773b1300-816d-11ea-98f5-1a677aca60dd.png