[Webkit-unassigned] [Bug 101132] New: [EFL] Use mutex locker in wakeUp() to ensure thread-safety.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 17:11:35 PDT 2012


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

           Summary: [EFL] Use mutex locker in wakeUp() to ensure
                    thread-safety.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bw80.lee at samsung.com
                CC: demarchi at webkit.org


RunLoop::wakeUp() can be called by multiple thread.
but ecore_pipe_write() function itself doesn't consider the thread-safety.

Additional locking for the ecore pipe is needed.

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