[Webkit-unassigned] [Bug 34742] [Qt] tst_QWebPage::infiniteLoopJS() is inifinite on Symbian HW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 08:11:54 PST 2010


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





--- Comment #1 from Janne Koskinen <koshuin at gmail.com>  2010-02-17 08:11:54 PST ---
This issue is caused by bug in Open C 1.6 implementation of gettimeofday().
gtod precision seems to vary from min. 1sec to several minutes i.e. calling
gtod several times in a row will return the same value.

This value is then used in TimeoutChecker getCPUTime() to calculate time spent
running the script causing the script never to be interrupted.

-- 
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