[Webkit-unassigned] [Bug 143859] A odd crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 23:55:37 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143859

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
(In reply to comment #2)
> JS source code is that :
> 
> setInterval(function() {
>      .......
> 	var $osd = $('#osd');
> 	$osd.show();
>      setTimeout(function() {
> 	 $osd.hide();
>        }, 5000);
>     ...
>      },1000);
> my webkit version is webkit-r150045. platform is arm-gtk .

That is a very old version of the code.  Try updating to the tip of tree and see if the issue still manifests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150417/27d1c55b/attachment-0001.html>


More information about the webkit-unassigned mailing list