[Webkit-unassigned] [Bug 147036] [GTK] WebProcessMain::platformFinalize() is not called when web process finished with exit(0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 17:38:10 PDT 2015


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

--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 256961
  --> https://bugs.webkit.org/attachment.cgi?id=256961
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256961&action=review

> Source/WebKit2/Platform/IPC/Connection.cpp:863
> +#if PLATFORM(GTK)
> +    RunLoop::main().stop();
> +#else
>      exit(0);
> +#endif

Anders, do you think we should just do the RunLoop::stop thing on all platforms? I need more context. What’s the critical code in platformFinalize that always needs to be called?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150721/b363e950/attachment.html>


More information about the webkit-unassigned mailing list