[Webkit-unassigned] [Bug 280061] Figure out why network process launching is frequently canceled within a few milliseconds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 24 18:57:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=280061
Michael Catanzaro <mcatanzaro at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #2 from Michael Catanzaro <mcatanzaro at redhat.com> ---
(In reply to Michael Catanzaro from comment #1)
> That certainly explains things.
No, it's not enough to explain the crashes we're seeing.
Reproducer: http://torinak.com/qaop/play/bombjack
Be sure to revert 283414 at main as that hides the problem by changing it from a crash to exit(1).
There are at least three mysterious bugs here:
(a) Network process shouldn't be relaunched because the previous network process should still be alive (unless it crashes, but that is not happening, I see only this crash and not any previous one!)
(b) If the previous network process does crash, causing the UI process to start a new network process, it shouldn't immediately discard the new network process before it is able to start up...
(c) Moreover, I'm sometimes seeing network process crashes caused by simply closing Epiphany. Destroying web views shouldn't cause a new network process to be launched.
--
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/20240925/457fd8eb/attachment-0001.htm>
More information about the webkit-unassigned
mailing list