[Webkit-unassigned] [Bug 21531] New: svg/carto.net/window.svg has race condition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 14:01:21 PDT 2008


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

           Summary: svg/carto.net/window.svg has race condition
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pam at chromium.org


The svg/carto.net/window.svg test has a race. It adds a window decoration to
one of the windows when its create function is called via setTimeout.  If the
app is fast, the create function is not called before the tree is dumped, and
the decoration is not added. However, when the app is slow enough, enough time
may pass that the create function is called and the decoration is added.

This nondeterminism should be fixed by modifying the test to wait until all
create functions have been called before terminating.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list