[Webkit-unassigned] [Bug 212577] New: Rename Signal::BadAccess to Signal::AccessFault.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 30 22:41:08 PDT 2020


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

            Bug ID: 212577
           Summary: Rename Signal::BadAccess to Signal::AccessFault.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This is needed because GTK port's X11 has a #define for BadAccess (in include/X11/X.h):

    #define BadAccess     10    /* depending on context:
                                 - key/button already grabbed
                                 - attempt to free an illegal 
                                   cmap entry 
                                 - attempt to store into a read-only 
                                   color map entry.
                                 - attempt to modify the access control
                                   list from other than the local host.
                                 */

As a result, this breaks the GTK build when wtf/Signals.h is #include'd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200531/9525dde2/attachment.htm>


More information about the webkit-unassigned mailing list