pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Bug 117496 : 502 Error (Socket problems)


From: Nicolas Girard
Subject: Re: [Pan-users] Bug 117496 : 502 Error (Socket problems)
Date: Mon, 02 Feb 2004 19:16:45 +0100

Hi folks,
sorry in advance if this request looks pressing, but these two already
mentioned defects have been the most annoying for me so far:

1. In case of 502 (Too much downloaded), pan stops ALL pending tasks,
instead of going on with the tasks associated to other servers and
waiting for a while before attempting to download from the server that
raised the error

2. I get very often 502 (Max number of connections reached) errors,
whereas i always set the max number of connections to 1 <= n < nMax,
where nMax is the limit. Again, in this case pan stops ALL pending tasks

Maybe some other pan users could testify these two defects are VERY
annoying, and maybe could be considered in priority

Also, i'm no genuine C programmer, but if I could do anything to help
solving these defects, then feel free to ask me

Thanks in advance,
Nicolas

PS: see bug report at
http://bugzilla.gnome.org/show_bug.cgi?id=117496


Le mer 31/12/2003 à 13:41, Christopher S Horler a écrit :
> I was going to submit a new bug report, but I noticed this one (117496).
> However it doesn't like the idea of me changing a number of fields I'd
> like to.
> 
> I'd be grateful if someone with a greater knowledge of socket
> programming could please comment on this.
> 
> 
> I have seen 502's (max num connections exceeded) 
> 
> I did a fair amount of investigation to find the cause of this. 
> Using netstat I get things like the following (tidied foreign 
> addresses for clarity). 
>  
> Active Internet connections (w/o servers) 
> Proto Recv-Q Send-Q Local Address     Foreign Address   State 
> tcp        0      0 192.168.0.2:32973 uk.clara.net:nntp ESTABLISHED 
> tcp        0     18 192.168.0.2:32971 uk.clara.net:nntp FIN_WAIT1 
>  
> Watching the connection, what appears to happen is this.  The 
> connection stops receiving data mid transmission (unknown why), at 
> this point pan calls close on the socket.  The socket enters 
> FIN_WAIT1 but still has data in the send-q.  The socket remains in 
> this state until the server sends FIN to the client or the socket 
> times out on the server (or the client end - 60 secs on Linux) 
>  
> http://www.derkeiler.com/Mailing-Lists/securityfocus/focus-linux/2001-08/0215.html
> 
> Pan then opens a new connection because it believes the old one is 
> down.  However this is a problem if the news server doesn't agree (as 
> we've not seen the socket enter FIN_WAIT2 this end) and you already 
> have your connections used up because you'll open another and then 
> get a 502 at which point Pan closes all connections.
> 
> Thanks,
> 
> Chris.
> 
> 
> 
> _______________________________________________
> Pan-users mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/pan-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]