--
You received this message because you are subscribed to the Google Groups "enter...@mozilla.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email to enterprise+...@mozilla.org.
To view this discussion visit https://groups.google.com/a/mozilla.org/d/msgid/enterprise/e4909950-db12-4072-a137-44df2d0c3ceen%40mozilla.org.
Ruben/Mike,
I had to turn off QUIC (aka http3) after analyzing Wireshark for 140.2.0 traffic – specifically when searching from new tab (engine=google)… Meant to bring this up and forgot, maybe it helps?
policies.json snippet:
{
"policies": {
"Preferences": {
"network.http.http3.enable": {
"Value": false,
"Status": "locked"
}
}
}
}
Thank you,
Ryan V. Kasper
From: 'Mike Kaply' via enter...@mozilla.org <enter...@mozilla.org>
Sent: Thursday, August 21, 2025 10:42 AM
To: Ruben Gomez <rigo...@gmail.com>
Cc: enter...@mozilla.org
Subject: EXTERNAL: Re: [Mozilla Enterprise] Re: Firefox ESR 140.2 crashhelper hanging process
Would you mind submitting one of the crashes and sending me the URL? When this happens, it's usually a background process crashing repeatedly. You can do that from about: crashes Thanks Mike On Thu, Aug 21, 2025 at 10: 57 AM Ruben Gomez <rigomez88@ gmail. com>
Certainly,
I would open a new tab, type a search term in the nav bar, and it would just take forever to come back with anything.
Wireshark revealed:
xxx.xxx.xxx.xxx 192.178.155.106 QUIC 1294
And I could tell that is where it was hanging and also that 192.178.155 is Google (1e100.net), so I tried disabling http3 and voila.
Thank you,
Ryan V. Kasper
From: Mike Kaply <mka...@mozilla.com>
Sent: Friday, August 22, 2025 11:15 AM
To: Kasper, Ryan V. [US-US] <Ryan.V...@leidos.com>
Cc: Ruben Gomez <rigo...@gmail.com>; enter...@mozilla.org
Subject: Re: EXTERNAL: Re: [Mozilla Enterprise] Re: Firefox ESR 140.2 crashhelper hanging process
Can you be more specific? What were you seeing? Mike On Fri, Aug 22, 2025 at 1: 10 PM Kasper, Ryan V. [US-US] <Ryan. V. Kasper@ leidos. com> wrote: Ruben/Mike, I had to turn off QUIC (aka http3) after analyzing Wireshark for 140. 2. 0 traffic