[Webkit-unassigned] [Bug 73451] [NRWT] It crashes intermittently when there are WebProcess crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 10:59:48 PST 2011


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-11-30 10:59:48 PST ---
Looks like a design error.

_reset() can clear self._proc.  _check_for_crash grabs at self._proc w/o checking if it's None or if self.crashed in many places.  We just need to re-work that to never be the case.

-- 
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