[Webkit-unassigned] [Bug 208256] [WinCairo] Fix RemoteInspector reconnect issue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 26 13:43:14 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=208256
--- Comment #2 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
When socket is closed while RemoteInspector itself is still connecting status, the following dead lock happens:
- RemoteInspector::didClose() is called.
- It locks m_mutex.
- It calls stopInternal() and it invokes target close()
- RemoteInspector is informed to updateTarget
- RemoteInspector::updateTarget tries to lock m_mutex again and stall.
--
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/20200226/2b21b022/attachment.htm>
More information about the webkit-unassigned
mailing list