[Webkit-unassigned] [Bug 219355] New: [GStreamer] SleepDisabler leaked when closing tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 06:51:51 PST 2020


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

            Bug ID: 219355
           Summary: [GStreamer] SleepDisabler leaked when closing tab
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

Add some WTFLogAlways() debug to the SleepDisabler constructor and destructor to see when it is created and destroyed. Start playing a YouTube video and note that a SleepDisabler is created. Then close the browser tab. Notice that the destructor never runs: the SleepDisabler has somehow been leaked.

This might be a media bug, or it might be a higher-level bug if some other code is leaking the entire media player (hopefully not?). I'm not sure what is happening.

-- 
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/20201130/4181a3a4/attachment-0001.htm>


More information about the webkit-unassigned mailing list