Comment #8 on issue 29707 by [email protected]: Chrome does not always close properly. http://code.google.com/p/chromium/issues/detail?id=29707
it would also be good to strace the zygote (to check where it's blocked). Normally the zygote hangs, waiting for a request from the browser process. When the browser process ends, the zygote should see EOF on its request channel and kill itself. If it's not seeing the EOF, then possibly the browser's end of the socket has leaked somewhere. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
