[Webkit-unassigned] [Bug 87550] New: Calls to weakCompareAndSwap() compile successfully but crash at runtime when COMPARE_AND_SWAP is not enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 16:50:39 PDT 2012


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

           Summary: Calls to weakCompareAndSwap() compile successfully but
                    crash at runtime when COMPARE_AND_SWAP is not enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: fpizlo at apple.com


By definition, weakCompareAndSwap crashes if built when !ENABLE(COMPARE_AND_SWAP). It would be safer for the code to fail to compile in this case.

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