Bug 60599

Summary: CorrectionPanel sometimes hangs in dismissSoon().
Product: WebKit Reporter: Jia Pu <jiapu.mail>
Component: New BugsAssignee: Jia Pu <jiapu.mail>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
Attachments:
Description Flags
Patch (v1) none

Description Jia Pu 2011-05-10 17:45:12 PDT
It's likely due to CorrectionPanel::handleAcceptedReplacement() returns before dismissSoon() acquires lock, and m_resultForSynchronousDismissal is set  to nil for some reason. In this case, dismissSoon() will indefinitely waiting on the condition.
<rdar://problem/9313628>
Comment 1 Jia Pu 2011-05-11 09:44:28 PDT
Created attachment 93134 [details]
Patch (v1)
Comment 2 WebKit Commit Bot 2011-05-11 16:16:20 PDT
Comment on attachment 93134 [details]
Patch (v1)

Clearing flags on attachment: 93134

Committed r86281: <http://trac.webkit.org/changeset/86281>
Comment 3 WebKit Commit Bot 2011-05-11 16:16:23 PDT
All reviewed patches have been landed.  Closing bug.