This may be old news.

For a long time I've seen the following warning produced many, many  
times per session:

> 09-05-12 22:01:00 (WARNING): getpeername() failed: Invalid argument

I just got around to checking into it with dtrace, and it appears that  
getpeername() is not actually being called when this warning comes up.

This would imply that the either of the two following asserts in the  
function socket_addr_getpeername(...) (located in core/sockets.c: line  
1981) always fails:
>       g_return_val_if_fail(p_addr, -1);
>       g_return_val_if_fail(fd >= 0, -1);


(Otherwise, a getpeername() call would be logged.)




------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to