Comment #5 on issue 18022 by [email protected]: Whole browser hangs (very occasionally) http://code.google.com/p/chromium/issues/detail?id=18022
Please attach to the browser ui process and dump all thread stack traces and attach it to this bug report next time. We've got the symbols and can figure out what call the browser process is hung on. Just to double check, you're seeing the UI being totally unresponsive and not repainting? I'd be surprised if the browser UI could be hung on a write() to a pipe. That should happen on the IO thread, but not the UI thread, which should still be responsive, so the UI bits shouldn't hang, even if the individual tabs stop responding. Providing us the full thread stack traces should make it obvious what is happening. -- 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 -~----------~----~----~----~------~----~------~--~---
