[Webkit-unassigned] [Bug 120370] New: AppleWin port should delete sem lock files in /dev/shm during cleanup tasks for NRWT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 11:46:15 PDT 2013


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

           Summary: AppleWin port should delete sem lock files in /dev/shm
                    during cleanup tasks for NRWT
           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: roger_fong at apple.com
                CC: bfulgham at webkit.org, lforschler at apple.com


With our current version of cygwin and python there is a bug where the sem lock files do not get removed from /dev/shm.
/dev/shm eventually fills up with tons of sem lock files and we issues where we get "OSError raised: [Errno 17] File exists" due to file collisions.

However, installing other versions of cygwin/python would lead to tons of other issues which we've previously discovered so we just need to work around this issue here.

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