Bug 222633

Summary: [GPUP] Sometimes RemoteRenderingBackend cannot find a media player from an identifier in stress tests
Product: WebKit Reporter: Peng Liu <peng.liu6>
Component: MediaAssignee: Peng Liu <peng.liu6>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=221989
https://bugs.webkit.org/show_bug.cgi?id=222674

Peng Liu
Reported 2021-03-02 16:20:41 PST
==================================== bool RemoteRenderingBackend::applyMediaItem(DisplayList::ItemHandle item, GraphicsContext& context) ... auto& mediaItem = item.get<DisplayList::PaintFrameForMedia>(); auto player = m_gpuConnectionToWebProcess->remoteMediaPlayerManagerProxy().mediaPlayer(mediaItem.identifier()); if (!player) return false; ... ====================================
Attachments
Peng Liu
Comment 1 2021-03-02 16:21:56 PST
Eric and Jer suggested to add a WTFLogAlways() (or equivalent) with the mediaItem.identifier() to debug this exceptional case.
Radar WebKit Bug Importer
Comment 2 2021-03-09 16:21:14 PST
Peng Liu
Comment 3 2021-04-30 15:33:02 PDT
*** This bug has been marked as a duplicate of bug 222674 ***
Note You need to log in before you can comment on or make changes to this bug.