[Webkit-unassigned] [Bug 151387] New: [WinCairo][MediaFoundation] The main thread can sometimes be blocked forever when ending a media session.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 07:29:24 PST 2015


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

            Bug ID: 151387
           Summary: [WinCairo][MediaFoundation] The main thread can
                    sometimes be blocked forever when ending a media
                    session.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peavo at outlook.com

This happens because the main thread is waiting for the sample scheduler thread to finish, but sometimes it never does.
This can be resolved by emptying the scheduler's sample queue before requesting the scheduler thread to finish.
This will make sure the scheduler thread returns to it's main loop quickly, and can handle the termination request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151118/e362ff01/attachment-0001.html>


More information about the webkit-unassigned mailing list