ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition
http://cfw.ftcommunity.de/
GNU General Public License v3.0
46 stars 33 forks source link

netreq takes 100% cpu #200

Closed hypnotoad closed 2 years ago

hypnotoad commented 2 years ago

In the 0.10 branch, netreq seems to hang after a short while. strace shows some io error:

pselect6(4, [0 3], NULL, NULL, NULL, NULL) = 1 (in [0])
read(0, 0x414338, 4096)                 = -1 EIO (Input/output error)

What is netreq needed for?

heuer commented 2 years ago

In TX-Pi netreq was removed, see https://github.com/ftCommunity/tx-pi/issues/23

It's a MAC addr filter.

hypnotoad commented 2 years ago

I disabled netreq 5e6d03df5219a97e61892c1d899bdf29e910636f and the plugin 3a93f7f4507206349318bcf71b03f066546fffdf . I close this ticket for now as netreq is not eating cpu any more, but if it is needed, then these two commits should be reverted