Bug 203445 - System freezes for a few seconds; corresponding wifi error
Summary: System freezes for a few seconds; corresponding wifi error
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: network-wireless (show other bugs)
Hardware: Intel Linux
: P1 normal
Assignee: drivers_network-wireless@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-27 14:19 UTC by Frank van Wensveen
Modified: 2019-04-27 14:23 UTC (History)
0 users

See Also:
Kernel Version: 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Frank van Wensveen 2019-04-27 14:19:00 UTC
I updated my system yesterday (Fri 26 April 2019). This was the first update in several weeks and installed fresh versions of a whole truck load of applications including a kernel update.

Since this latest bunch of updates the system freezes for a few seconds at regular intervals. Output from "journalctl -f" shows the following errors occurring at the same time as these freezes:

Apr 27 15:31:18 dellfvw wpa_supplicant[1078]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-110
Apr 27 15:31:18 dellfvw kernel: ath10k_pci 0000:03:00.0: failed to receive scan abortion completion: timed out
Apr 27 15:31:18 dellfvw kernel: ath10k_pci 0000:03:00.0: failed to stop scan: -110
Apr 27 15:31:18 dellfvw kernel: ath10k_pci 0000:03:00.0: failed to start hw scan: -110

Corresponding lines in /var/log/syslog:

Apr 27 15:29:16 dellfvw avahi-daemon[1053]: Registering new address record for fe80::424:c75b:2a2d:52e2 on wlp3s0.*.
Apr 27 15:29:55 dellfvw avahi-daemon[1053]: Withdrawing address record for fe80::424:c75b:2a2d:52e2 on wlp3s0.
Apr 27 15:31:18 dellfvw wpa_supplicant[1078]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-110
Apr 27 15:31:18 dellfvw kernel: [45569.661175] ath10k_pci 0000:03:00.0: failed to receive scan abortion completion: timed out
Apr 27 15:31:18 dellfvw kernel: [45569.661183] ath10k_pci 0000:03:00.0: failed to stop scan: -110
Apr 27 15:31:18 dellfvw kernel: [45569.661187] ath10k_pci 0000:03:00.0: failed to start hw scan: -110

I do note the interval between the avahi-daemon entry and the subsequent errors related to the wireless network interface, but the former precede the latter consistently in syslog, suggesting they may be related, which is why I'm including it in this report.

The freezes last a few seconds. Keyboard input is preserved at this time and typed input appears after the freeze is resolved. Mouse cursor continues to move during freezes but mouse clicks are only processed after the freeze is resolved.

The system is a Dell Inspiron 15 laptop. Relevant output of lspci -nnk:

03:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)

As already said, this is a new issue that has began occurring only after the recent batch of updates that included a kernel update.
Comment 1 Frank van Wensveen 2019-04-27 14:23:07 UTC
When I say "[mouse] clicks are only processed after the freeze is resolved" I mean that the result of the mouse click is suspended (e.g. buffered) until the system becomes responsive again. For example, clicking on a window during the freeze will focus that window after the freeze has been resolved.

Note You need to log in before you can comment on or make changes to this bug.