buglist.bug
author viric@llimona
Mon, 12 Nov 2007 09:57:46 +0100
changeset 140 0b99d94818d1
parent 134 5a6b8bb1f7a8
child 169 0d97bb5df0df
permissions -rw-r--r--
Added the web page.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
134
5a6b8bb1f7a8 Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
viric@llimona
parents: 130
diff changeset
     1
8
13
392cd4359a60 Bug noted - recv() and ECONNRESET
lbatlle@npdl268.bpo.hp.com
parents: 8
diff changeset
     2
0	1	sleep	recv() may return ECONNRESET	\nI don't know why. It happened sometimes, when the client didn't send any\nENDJOB message.\nIt should be investigated.\n\nHypothesis:\n- maybe recv() returns ECONNRESET if the other side process has died but not\n  closed()?\n  simple tests seem to show that it's not true.
134
5a6b8bb1f7a8 Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
viric@llimona
parents: 130
diff changeset
     3
5	5	fixed	Removing a job doesn't kill the ts client	\nThe client rests forever.
5a6b8bb1f7a8 Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
viric@llimona
parents: 130
diff changeset
     4
4	5	fixed	Terminal Control-C to a "ts -nf myprogram" breaks the queue.