[Webkit-unassigned] [Bug 189335] New: [RunLoopGeneric] OneShotTimer should be inactive when fired.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 6 00:05:14 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189335
Bug ID: 189335
Summary: [RunLoopGeneric] OneShotTimer should be inactive when
fired.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: yoshiaki.jitsukawa at sony.com
Unlike the other implementations, RunLoopGeneric's one-shot timer remains active when being fired().
It seems that this assertion expects the one-shot timer to be deactivated there.
https://github.com/WebKit/webkit/blob/master/Source/WebKit/UIProcess/BackgroundProcessResponsivenessTimer.cpp#L150
I think RunLoopGeneric should follow the other RunLoop implementations.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180906/8a91b4aa/attachment.html>
More information about the webkit-unassigned
mailing list