[Webkit-unassigned] [Bug 177800] [GTK] Network process crash in WebKit::ChildProcess::didReceiveInvalidMessage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 03:22:02 PDT 2017


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zan at falconsigh.net

--- Comment #1 from Zan Dobersek <zan at falconsigh.net> ---
(In reply to Michael Catanzaro from comment #0)
> #3  0x00007faabaf13595 in IPC::Connection::dispatchOneMessage
> (this=0x7faaa64f7000) at
> /usr/src/debug/webkitgtk-2.18.0/Source/WebKit/Platform/IPC/Connection.cpp:959
>         message = std::unique_ptr<IPC::Decoder> containing 0x0

That's the initial value. You can see in frame #2 that a non-null std::unique_ptr<IPC::Decoder> is passed to dispatchMessage():

> #2  0x00007faabaf12d7a in IPC::Connection::dispatchMessage (this=0x7faaa64f7000, message=std::unique_ptr<IPC::Decoder> containing 0x7faaa64ee000) at /usr/src/debug/webkitgtk-2.18.0/Source/WebKit/Platform/IPC/Connection.cpp:942

-- 
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/20171003/43a903ff/attachment.html>


More information about the webkit-unassigned mailing list