Comment 24 for bug 59542

Revision history for this message
Ante Karamatić (ivoks) wrote :

Hm... This is odd. I didn't have this problems before, but now I do. Huh? 'lpinfo -v' results in 100% proc use. Sometimes it ends, and sometimes it doesn't end even after 1 minute. Strace:

send(4, "\1\1@\v\0\0\0\1\1G\0\22attributes-charset\0\5"..., 75, 0) = 75
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
select(5, [4], NULL, NULL, {1, 0}) = 1 (in [4], left {1, 0})
recv(4, "HTTP/1.1 100 Continue\r\n\r\n", 2048, 0) = 25
time(NULL) = 1158403657
time(NULL) = 1158403657
recv(4,

This is where it stops. It stops every time, but sometimes it finishes quickly, and sometimes I give up waiting. That 'recv' line should end like this:

recv(4, "HTTP/1.1 200 OK\r\nDate: Sat, 16 S"..., 2048, 0) = 206