mwan3track hangs with 100% CPU usage after reboot on x64&arm64 SNAPSHOT (mwan3 v2.12.1)
bug
### Package Name
mwan3
### Maintainer
fe@dev.tdt.de
### OpenWrt Version
SNAPSHOT
### OpenWrt Target/Subtarget
x86/64
### Steps to Reproduce
1 install SNAPSHOT img I build from https://github.com/openwrt/openwrt/commit/193f1e326610e01fa784165bc59ca8655bb5c861
2 Install mwan3 (version 2.12.1) and configure multiple WAN interfaces with tracking enabled.
3 reboot the system
4 SSH into the router and run top or htop
5 Observe the mwan3track process monopolizing 100% of all CPU cores untile restart mwan3.
```
Available commands:
Mem: 459196K used, 3493644K free, 5492K shrd, 142552K buff, 175256K cached
CPU: 99% usr 0% sys 0% nic 0% idle 0% io 0% irq 0% sirq
Load average: 2.36 1.70 0.79 4/144 13208
PID PPID USER STAT RSS %RSS %CPU COMMAND
5695 1 root R 1208 0% 50% {mwan3track} /bin/sh /usr/sbin/mwan3track wg_home_ct
5694 1 root R 1208 0% 49% {mwan3track} /bin/sh /usr/sbin/mwan3track wg_home_cu
```
### Actual Behaviour
The mwan3track process hangs and constantly runs at 100% CPU utilization.
### Confirmation Checklist
- [x] The package is maintained in this repository.
- [x] I understand that issues related to [the base OpenWrt repository](https://github.com/openwrt/openwrt/issues) or [LuCI repository](https://github.com/openwrt/luci/issues) will be closed.
- [x] I am reporting an issue for OpenWrt, not an unsupported fork.
0 条评论