Bug#586037: netsed executes a tight non-blocking loop.

2010-07-26 Thread Roland Stigge
Hi, we have netsed 1.00a upstream for some weeks now which also fixes #586037: http://silicone.homelinux.org/release/netsed/ Tim, are you still planning to adopt the package? Or Lenart? Otherwise, I would be happy to upload it myself to fix the open issues. Thanks, bye, Roland -- To UNSUB

Bug#586037: netsed executes a tight non-blocking loop.

2010-07-26 Thread Roland Stigge
Hi, even though "Severity: serious" draws some developer attention to this bug, having a non-blocking loop in a program and consuming CPU doesn't justify RC status. (Or did I miss sth.?) Good to know that there is new active upstream development, and IPv6 improvement is going on in another bug re

Bug#586037: netsed executes a tight non-blocking loop.

2010-06-15 Thread Mats Erik Andersson
Package: netsed Version: 0.01c-2.1 Severity: serious Once Netsed has received a connection that does not issue a quick shutdown, the program enters a tight loop: while(read_write_sed(fsock, csock) ; The inner function executes alternate, non-blocking reads from the two sockets. As lo