Bug 115814 - Safari unexpectedly quits with invalid message from the web process with message ID 0x323002f (WebPageProxy.DecidePolicyForNavigationAction)
Summary: Safari unexpectedly quits with invalid message from the web process with mess...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 11:57 PDT by Anders Carlsson
Modified: 2013-05-08 13:05 PDT (History)
0 users

See Also:


Attachments
Patch (2.07 KB, patch)
2013-05-08 12:06 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>