ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition

Home Page:http://cfw.ftcommunity.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netreq takes 100% cpu

hypnotoad opened this issue · comments

commented

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?

commented

In TX-Pi netreq was removed, see ftCommunity/tx-pi#23

It's a MAC addr filter.

commented

I disabled netreq 5e6d03d and the plugin
3a93f7f . 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