Bug 173576 - Regression(r217570): com.apple.WebKit.Networking crash at com.apple.WebKit: WebKit::ChildProcess::didReceiveInvalidMessage (Breaks 32-bit apps)
Summary: Regression(r217570): com.apple.WebKit.Networking crash at com.apple.WebKit: W...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-06-19 19:10 PDT by Chris Dumez
Modified: 2017-06-19 20:17 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.26 KB, patch)
2017-06-19 19:32 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-06-19 19:10:40 PDT
Regression(r217570): com.apple.WebKit.Networking crash at com.apple.WebKit: WebKit::ChildProcess::didReceiveInvalidMessage (Breaks 32-bit apps):
Application Specific Information:
Received invalid message: 'NetworkProcess::InitializeNetworkProcess'

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit              	0x0000000100a6810e WebKit::ChildProcess::didReceiveInvalidMessage(IPC::Connection&, IPC::StringReference, IPC::StringReference) + 142
1   com.apple.WebKit              	0x0000000100a6a26b IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >) + 211
2   com.apple.WebKit              	0x0000000100a6cea3 IPC::Connection::dispatchOneMessage() + 175
3   com.apple.JavaScriptCore      	0x0000000104f5bb29 WTF::RunLoop::performWork() + 169
4   com.apple.JavaScriptCore      	0x0000000104f5bde2 WTF::RunLoop::performWork(void*) + 34
Comment 1 Chris Dumez 2017-06-19 19:11:00 PDT
<rdar://problem/32416291>
Comment 2 Chris Dumez 2017-06-19 19:32:32 PDT
Created attachment 313352 [details]
Patch
Comment 3 Tim Horton 2017-06-19 19:37:33 PDT
Comment on attachment 313352 [details]
Patch

r=me if your testing proves that this is the problem.

We should think about ways we can make failures like this less mysterious in the future, since this isn't the first time.
Comment 4 Chris Dumez 2017-06-19 20:17:09 PDT
Comment on attachment 313352 [details]
Patch

Clearing flags on attachment: 313352

Committed r218528: <http://trac.webkit.org/changeset/218528>
Comment 5 Chris Dumez 2017-06-19 20:17:11 PDT
All reviewed patches have been landed.  Closing bug.