[Webkit-unassigned] [Bug 280061] New: Figure out why network process launching is frequently canceled within a few milliseconds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 06:42:31 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=280061
Bug ID: 280061
Summary: Figure out why network process launching is frequently
canceled within a few milliseconds
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org
This is a continuation of bug #280003, in which I discovered hundreds of network process crashes in my coredumpctl.
I think there is only one way this could happen: NetworkProcessProxy is created and then immediately destroyed, causing its ProcessLauncher to be destroyed, causing its GSocketMonitor to be destroyed, causing the pid socket to close.
That's really weird, though. We expect to launch one network process for the life of the UI process, and only launch another to replace it if it crashes. Surely this shouldn't be happening regularly, but it seems to be extremely frequent. This requires further investigation.
--
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/20240920/11f6cda9/attachment.htm>
More information about the webkit-unassigned
mailing list