Bug 218536
Summary: | divide error in tcp_rcv_space_adjust | ||
---|---|---|---|
Product: | Networking | Reporter: | Adam Mizerski (adam) |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | igo9586, luigi.mantellini |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg |
Description
Adam Mizerski
2024-02-27 18:16:35 UTC
I also encountered this bug. (division by zero in tcp_rcv_space_adjust) I am using Arch Linux with vanilla kernel. I think it started happening when upgraded when I upgraded from kernel 6.5.7 to 6.6.1 but was definitely around when I upgraded to 6.6.5 based on the Firefox crash reports I have. It can also happen to slirp4netns when running with rootless podman. However, this is definitely adapter dependent. I have two USB AX88179 Gigabit Ethernet devices. It only happens with my old Trendnet TU3-ETG v1.0R but I got a new Tp-Link UE300C and I have not encountered this issue at all. The old Trendnet device was acting weird even before this bug. For example, it only worked with certain USB ports. I can confirm same issue and same hw ASIX AX88179. ciao luigi I think this might have been resolved. I haven't had this problem for some time. |