[Webkit-unassigned] [Bug 101639] New: webkit2 uses shm_open()/shm_unlink() inconditionally, they're unavailable on OpenBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 13:28:23 PST 2012


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

           Summary: webkit2 uses shm_open()/shm_unlink() inconditionally,
                    they're unavailable on OpenBSD
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: landry at openbsd.org


I've tried building webkit2 on OpenBSD, but it fails hard in Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp because it uses shm_open, which is not available on OpenBSD. Could  an alternative be considered, like a file in TMPDIR ?

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