[Webkit-unassigned] [Bug 62297] nwrt: Chromium Win hangs frequently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 13:49:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62297


Dirk Pranke <dpranke at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |62180




--- Comment #2 from Dirk Pranke <dpranke at chromium.org>  2011-06-08 13:49:53 PST ---
Right around


2011-06-08 09:36:14,887 8616 stack_utils.py:67 DEBUG       raise e
2011-06-08 09:36:14,887 8616 worker.py:148 DEBUG worker/0 cleaning up
2011-06-08 09:36:14,887 8616 worker.py:114 DEBUG worker/0 exiting

you can see one of the threads bailing out, in this case because we tried to delete an old pywebsocket log file and failed. Because this was an unexpected exception, we bail out without trying to clean up, which has the result that nothing gets cleaned up properly and you have all of these stale processes around.

The patch I've posted in bug 62180 will fix this particular issue; it's possible that we should do more to try and clean up on the way out, though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list