[webkit-dev] IPC implementation help in haiku's webkit port

Chris Dumez cdumez at apple.com
Tue May 28 10:58:43 PDT 2019


Alex is likely right that you are ending up with some kind of IPC deadlock since the IPC is synchronous.

But also,

> On May 27, 2019, at 11:49 PM, Rajagopalan Gangadharan <g.raju2000 at gmail.com> wrote:
> 
> 
> Please check the source references for more info:
> NetworkProcessProxy: [ https://github.com/RAJAGOPALAN-GANGADHARAN/webkit/blob/6bf81d79669be06b4efd9d8ced4139cbe07216b2/Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp#L150 <https://github.com/RAJAGOPALAN-GANGADHARAN/webkit/blob/6bf81d79669be06b4efd9d8ced4139cbe07216b2/Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp#L150>]

You’re passing 0 instead of the webPID with the IPC here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20190528/78bd426e/attachment.html>


More information about the webkit-dev mailing list