Bug 117268

Summary: REGRESSION (r148713): Crash under waitForDidUpdateInWindowState
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 2013-06-05 11:58:03 PDT
Anders thinks we need an isValid. I also noticed that we're not clearing m_waitingForDidUpdateInWindowState if the WebProcess quits.

<rdar://problem/13822353>


Null deref:

CoreIPC::Connection::waitForMessage(CoreIPC::StringReference, CoreIPC::StringReference, unsigned long long, double) + 0x47
bool CoreIPC::Connection::waitForAndDispatchImmediately<Messages::WebPageProxy::DidUpdateInWindowState>(unsigned long long, double) + 0x37
Comment 1 Tim Horton 2013-06-05 12:00:36 PDT
Created attachment 203870 [details]
patch
Comment 2 Tim Horton 2013-06-05 12:42:07 PDT
http://trac.webkit.org/changeset/151234