[Webkit-unassigned] [Bug 187793] New: Hitting RELEASE_ASSERT(!m_activeDOMObjectAdditionForbidden) under HTMLMediaElement::resume()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 17:27:53 PDT 2018


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

            Bug ID: 187793
           Summary: Hitting
                    RELEASE_ASSERT(!m_activeDOMObjectAdditionForbidden)
                    under HTMLMediaElement::resume()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com

HTMLMediaElement::resume() may end up calling prepareForLoad() which will end up calling configureMediaControls() which will in turn instantiate the media controls and run JS code, which will trigger RELEASE_ASSERT(!m_activeDOMObjectAdditionForbidden) in ScriptExecutionContext::didCreateActiveDOMObject(). We need to delay the call to prepareForLoad() in resume().

-- 
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/20180719/8e40dd1e/attachment.html>


More information about the webkit-unassigned mailing list