[webkit-gtk] web process crashing on launch
Michael Catanzaro
mcatanzaro at gnome.org
Mon Aug 22 06:59:41 PDT 2022
On Mon, Aug 22 2022 at 11:08:48 AM +0000, "Subramani, Prasanth"
<prasubtk at amazon.com> wrote:
> processDidTerminateOrFailedToLaunch: reason=4
Unfortunately that's ProcessTerminationReason::Unresponsive, which just
means the web process is not replying to the UI process, so the UI
process decided to kill it. Since it's not crashing, it's going to be
pretty tough to debug. You can try attaching to the web process with
gdb and take a few backtraces to see what it's doing. If you're lucky,
then maybe the backtrace will show something interesting. But if it's
just polling doing nothing, it could be very tough to figure out what's
wrong.
Michael
More information about the webkit-gtk
mailing list