Bug 172509

Summary: ASSERT(!m_timeoutTimer.isActive()) hit in BackgroundProcessResponsivenessTimer::responsivenessCheckTimerFired()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ggaren, kling, koivisto, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Chris Dumez 2017-05-23 10:47:55 PDT
ASSERT(!m_timeoutTimer.isActive()) hit in BackgroundProcessResponsivenessTimer::responsivenessCheckTimerFired().
Comment 1 Chris Dumez 2017-05-23 10:48:16 PDT
<rdar://problem/32251578>
Comment 2 Chris Dumez 2017-05-23 10:56:57 PDT
Created attachment 311025 [details]
Patch
Comment 3 Geoffrey Garen 2017-05-23 16:35:25 PDT
Comment on attachment 311025 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=311025&action=review

r=me

> Source/WebKit2/ChangeLog:28
> +        updateState() was called while the IPC handshake is doing on, we would have

is doing on => was in process
Comment 4 Chris Dumez 2017-05-23 16:45:47 PDT
Committed r217307: <http://trac.webkit.org/changeset/217307>