[Webkit-unassigned] [Bug 38298] New: new-run-webkit-tests can deadlock with Chromium's TestShell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 17:46:12 PDT 2010


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

           Summary: new-run-webkit-tests can deadlock with Chromium's
                    TestShell
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: tony at chromium.org, abarth at webkit.org,
                    ojan at chromium.org, dpranke at chromium.org


new-run-webkit-tests can deadlock with Chromium's TestShell

TestShell waits in fgets for a new URL from NRWT.

NRWT waits in .readline() for a line which looks like #EOF.

If TestShell never sends an #EOF, or hangs itself before sending the #EOF, then
the two will deadlock.

See attached samples.

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