From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: net/ipv4: commit d0733d2e29b breaks rtorrent Date: Wed, 22 Jun 2011 08:53:29 -0700 Message-ID: <20110622085329.65c625de@nehalam.ftrdhcpuser.net> References: <20110622124045.GA3247@localhost> <20110622124727.GC19184@suse.de> <20110622145144.GA31734@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Fabienne Ducroquet , Marcus Meissner , sundell.software@gmail.com, "David S. Miller" , netdev@vger.kernel.org To: Reinhard Max Return-path: Received: from mail.vyatta.com ([76.74.103.46]:39396 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932210Ab1FVPxc (ORCPT ); Wed, 22 Jun 2011 11:53:32 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 22 Jun 2011 16:58:24 +0200 (CEST) Reinhard Max wrote: > > On Wed, 22 Jun 2011 at 16:51, Fabienne Ducroquet wrote: > > > If I understand correctly, it is trying to bind an IPv6 address to a > > socket expecting an IPv4 address, so it's a bug in > > libtorrent/rtorrent, but it was not visible before because an > > INADDR_ANY bind is not a problem for rtorrent? > > Yes, exactly. > > > cu > Reinhard You can find code here http://libtorrent.rakshasa.no/ but it is in C++ so there is an abnormally high indirection factor between reality of the bug and the code as written. Did you try contacting the developer?