[Webkit-unassigned] [Bug 134666] New: NetworkProcess sometimes hangs under copyDefaultCredentialForProtectionSpace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 6 16:04:14 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134666
Summary: NetworkProcess sometimes hangs under
copyDefaultCredentialForProtectionSpace
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: All
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: beidson at apple.com
NetworkProcess sometimes hangs under copyDefaultCredentialForProtectionSpace
Looking at the backtrace, it's hanging forever inside the SecItem shim, waiting for a response from secItemRequest.
Looking at the SecItemShimProxy in the secItemRequest handler, it seems the only possible way a response would not be sent is if the request type was SecItemRequestData::Invalid. That condition does an early return instead of sending back a response.
At the very least, the UIProcess should send back a response indicating "invalid request" so the NetworkProcess doesn't hang forever.
<rdar://problem/17398060>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list