Package: flow-tools
Version: 1:0.68-10

flow-send utility from flow-tools package included in Etch release,
and also from latest (0.68-11) version rebuilt on Etch, fails completely.
To reproduce the problem:

~# flow-receive 0/127.0.0.1/29431 >/dev/null 2>&1 &
~# flow-gen -V5 | flow-send 0/127.0.0.1/29431

It prints many errors like

flow-send: send(): Message too long

running strace on it gives following log:

send(4, "", 3220980752, 0)              = -1 EMSGSIZE (Message too long)
write(2, "flow-send: send(): Message too long\n", 36) = 36
nanosleep({0, 60000000}, NULL)

with random numbers in place of 'size' argument of send(), and always empty
data. 

Recompiling package with gcc-3.4 from Etch solves the problem.

-- 
Iwan A. Vasilyev  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to