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

Chrome is not closed properly? #16

Open
davidyuk opened this issue May 15, 2020 · 1 comment
Open

Chrome is not closed properly? #16

davidyuk opened this issue May 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@davidyuk
Copy link
Member

On version d069d00 I have noticed the growing amount of zombie chrome process (currently, I have 768 zombie processes). Is it fixed in the latest version? I'm planning to check it.

@davidyuk
Copy link
Member Author

I have the same issue on ed75bbf:

$ ps aux | grep 'Z'
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
denis     3949  0.0  0.0      0     0 ?        Zs   17:24   0:00 [epmd] <defunct>
denis     5529  0.0  0.0      0     0 ?        Z    17:24   0:00 [inet_gethost] <defunct>
1001      7398  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7412  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7422  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7428  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7448  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7463  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7464  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7469  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7538  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7554  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7555  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7556  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7619  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7634  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7638  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001      7643  0.0  0.0      0     0 ?        Z    17:24   0:00 [chrome] <defunct>
1001     11138  0.1  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11150  0.1  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11154  0.0  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11160  0.3  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11194  0.1  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11209  0.2  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11210  0.0  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
1001     11216  0.2  0.0      0     0 ?        Z    17:47   0:00 [chrome] <defunct>
denis    11407  0.0  0.0  13212  1060 pts/0    R+   17:48   0:00 grep --color=auto Z

@mradkov mradkov added the bug Something isn't working label Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants