Bug 115814

Summary: Safari unexpectedly quits with invalid message from the web process with message ID 0x323002f (WebPageProxy.DecidePolicyForNavigationAction)
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2013-05-08 11:57:38 PDT
Safari unexpectedly quits with invalid message from the web process with message ID 0x323002f (WebPageProxy.DecidePolicyForNavigationAction)
Comment 1 Anders Carlsson 2013-05-08 12:06:22 PDT
Created attachment 201090 [details]
Patch
Comment 2 Andreas Kling 2013-05-08 12:59:57 PDT
Comment on attachment 201090 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201090&action=review

> Source/WebKit2/WebProcess/WebProcess.cpp:244
> +    connection->setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);

Mhm.
Comment 3 Anders Carlsson 2013-05-08 13:05:46 PDT
Committed r149762: <http://trac.webkit.org/changeset/149762>