[Webkit-unassigned] [Bug 228038] REGRESSION: [iOS] ASSERTION FAILED: !m_messageReceiverMapCount under WebKit::RemoteAudioHardwareListener::~RemoteAudioHardwareListener()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 14:34:07 PDT 2021


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

--- Comment #10 from Jer Noble <jer.noble at apple.com> ---
RemoteAudioHardwareListener holds a WeakRef to the holder of its MessageReceiverMap, GPUProcessConnection. If GPUProcessConnection is destroyed before RemoteAudioHardwareListener is, then the listener will never get a chance to remove itself from the GPUProcessConnection map, and will hit this assertion.

-- 
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/20210722/a1d05f46/attachment.htm>


More information about the webkit-unassigned mailing list