[Webkit-unassigned] [Bug 26565] New: Windows version of Mutex.lock() should ASSERT on re-entrance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 19:02:44 PDT 2009


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

           Summary: Windows version of Mutex.lock() should ASSERT on re-
                    entrance
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jorlow at chromium.org


Windows version of Mutex.lock() should ASSERT on re-entrance.  The pthread code
does not use the flag that allows re-entrance, so we should protect against
Windows developers writing code that depends on re-entrance.  An ASSERT seems
like the right solution since doing so it not fatal, it's just something we
want people to avoid.

I'll send out a patch soon.

Webkit-dev discussion on the topic:
http://lists.macosforge.org/pipermail/webkit-dev/2009-June/008338.html


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list