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: | Media | Assignee: | 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
====================================
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Peng Liu
Eric and Jer suggested to add a WTFLogAlways() (or equivalent) with the mediaItem.identifier() to debug this exceptional case.
Radar WebKit Bug Importer
<rdar://problem/75240249>
Peng Liu
*** This bug has been marked as a duplicate of bug 222674 ***