[Webkit-unassigned] [Bug 97047] New: NRWT crashes on too many timeouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 14:46:52 PDT 2012


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

           Summary: NRWT crashes on too many timeouts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: don.olmstead at am.sony.com


NRWT crashes with an OSError, [Errno 24] Too many open files, if there were too many timeouts.

Full stack trace at https://gist.github.com/3746082

Steps to recreate
- Modify MockDRT in mock_drt.py to infinite loop in run.
    def run(self):
        while True:
            i = 1

- Run new-run-webkit-tests --platform=mock-chromium --no-build

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