Closed Bug 1978821 Opened 3 months ago Closed 3 months ago

Firefox Nightly (143a) intermittently drops internet access

Categories

(Core :: Networking, defect)

Firefox 143
defect

Tracking

()

RESOLVED DUPLICATE of bug 1979279

People

(Reporter: donjfarnham, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0

Steps to reproduce:

Use Firefox Nightly. Unfortunately not consistent behaviour, but using a couple of webcams, or reels on Facebook more likely cause the issue, but not consistently

Actual results:

WiFi Adaptor stops working, and needs to be disabled/enabled in Device Manager

Expected results:

Adaptor keeps working

This issue does not occur in Firefox 141.

Are other browsers working when this happens? Moving to Networking for debugging.

Component: Untriaged → Networking
Product: Firefox → Core

Doesn't matter whether other browsers are working when this happens, as long as Nightly is running, it will happen.

Hi Reporter,

Could you try opening about:config and setting network.http.http3.max_gso_segments to 1? Then see if you can still reproduce the issue.

Thanks.

Flags: needinfo?(donjfarnham)
See Also: → 1979279

I have amended about:config as suggested, and so far (nearly 2 days) it seems more stable - no drop outs yet - although it does seem a little slower in obtaining info from websites, but that may be my imagination.

Flags: needinfo?(donjfarnham)

Thanks for testing.
I think we can close this as a duplicate.

Status: UNCONFIRMED → RESOLVED
Closed: 3 months ago
Duplicate of bug: 1979279
Resolution: --- → DUPLICATE

Thank you Don for reporting and testing. This is very helpful.

Thank you Kershaw for linking these issues.

In case you are willing to test some more, could you try out the following:

  1. install git
  2. install a Rust toolchain
  3. checkout https://github.com/quinn-rs/quinn/
  4. cd quinn-udp
  5. cargo test
  6. post the output here

Some background. We are using quinn-udp for UDP IO. This seems to be related to a recent optimization we introduced, namely sending multiple UDP datagrams at once. The above cargo test tests the new feature in isolation on your system. You can find more details in https://bugzilla.mozilla.org/show_bug.cgi?id=1979279.

Flags: needinfo?(donjfarnham)
Flags: needinfo?(donjfarnham)

@Don let me know if there is any way I can help you help us, e.g. with the above attempt to reproduce. More information about your setup (e.g. CPU, network card, OS version, network driver version) would be helpful as well.

I tried to reproduce this bug on 6 Windows machines (both x86-64 and ARM) without success. In addition, we don't have any other reports of network drivers crashing.

CPU - AMD Ryzen 5 3600
Motherboard - Micros-Star X570-A PRO
Network Adaptor - TP-LINK TXE70UH(EU) V1 - doesn't matter whether on 2.5, 5 or 6ghz.
OS Version Windows 11 PRO Insider Preview
Network Driver version 5001.19.102.1

Hope this helps, but let me know if you need more.

Thank you Don.

After the crash, are you able to find any logs? E.g. in the Windows network event logs?

Network Driver version 5001.19.102.1

There seem to be newer versions of this driver available. In case you are able to update, would you mind testing with a newer version once more?

Flags: needinfo?(donjfarnham)

Hi Max,

The logs I saw in Event Viewer were WLAN-AutoConfig (event 10002) :-

WLAN Extensibility Module has stopped.
Module Path: C:\WINDOWS\system32\Rtlihvs.dll

I did re-install that .dll, but it made no difference.

Then after that, I sometimes got DNS Client Events (Event 1014)

Name resolution for the name device.auth.xboxlive.com timed out after none of the configured DNS servers responded.

The name changed each time.

As for the driver, that is the latest TP-Link driver for the adapter I am using - TXE70UH(EU) V1.

Hope this helps.

Flags: needinfo?(donjfarnham)
You need to log in before you can comment on or make changes to this bug.