Bug 42356 - WebKitTestRunner and WebProcess simultaneously stall in CoreIPC::Connection::sendOutgoingMessage
Summary: WebKitTestRunner and WebProcess simultaneously stall in CoreIPC::Connection::...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-07-15 03:56 PDT by Maciej Stachowiak
Modified: 2010-07-19 19:43 PDT (History)
2 users (show)

See Also:


Attachments
Sample of the Web process (2.37 KB, text/plain)
2010-07-15 03:57 PDT, Maciej Stachowiak
no flags Details
Sample of the UI process (1.87 KB, text/plain)
2010-07-15 03:57 PDT, Maciej Stachowiak
no flags Details
Patch (10.04 KB, patch)
2010-07-19 18:53 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2010-07-15 03:56:46 PDT
WebKitTestRunner and WebProcess simultaneously stall in CoreIPC::Connection::sendOutgoingMessage. This can be reproduced running WebKitTestRunner on the following tests:

fast/frames/cached-frame-counter.html
fast/frames/sandboxed-iframe-navigation-parent.html

Both processes appear to be trying to send each other a mach message and are stuck.
Comment 1 Maciej Stachowiak 2010-07-15 03:57:28 PDT
Created attachment 61635 [details]
Sample of the Web process
Comment 2 Maciej Stachowiak 2010-07-15 03:57:56 PDT
Created attachment 61636 [details]
Sample of the UI process
Comment 3 Maciej Stachowiak 2010-07-15 04:10:36 PDT
<rdar://problem/8194511>
Comment 4 Anders Carlsson 2010-07-19 18:53:59 PDT
Created attachment 62025 [details]
Patch
Comment 5 WebKit Review Bot 2010-07-19 18:57:07 PDT
Attachment 62025 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/Platform/mac/MachUtilities.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Anders Carlsson 2010-07-19 19:43:28 PDT
Committed r63708: <http://trac.webkit.org/changeset/63708>