From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756330AbYEZO3r (ORCPT ); Mon, 26 May 2008 10:29:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755168AbYEZO3e (ORCPT ); Mon, 26 May 2008 10:29:34 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:58018 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754873AbYEZO3e (ORCPT ); Mon, 26 May 2008 10:29:34 -0400 Date: Mon, 26 May 2008 16:29:04 +0200 From: Ingo Molnar To: Ilpo J?rvinen Cc: LKML , Netdev , "David S. Miller" , "Rafael J. Wysocki" , Andrew Morton Subject: Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ Message-ID: <20080526142904.GA11829@elte.hu> References: <20080526115628.GA31316@elte.hu> <20080526135940.GB24870@elte.hu> <20080526141252.GA31352@elte.hu> <20080526141713.GA5771@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080526141713.GA5771@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -0.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-0.5 required=5.9 tests=BAYES_20 autolearn=no SpamAssassin version=3.2.3 -0.5 BAYES_20 BODY: Bayesian spam probability is 5 to 20% [score: 0.1086] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org there's TCP ACK activity every 120 seconds: 16:19:05.260000 IP europe.37198 > europe.distcc: . ack 2022529163 win 257 16:19:05.260000 IP europe.distcc > europe.37198: . ack 1 win 0 16:21:05.260000 IP europe.37198 > europe.distcc: . ack 1 win 257 16:21:05.260000 IP europe.distcc > europe.37198: . ack 1 win 0 16:23:05.260000 IP europe.37198 > europe.distcc: . ack 1 win 257 16:23:05.260000 IP europe.distcc > europe.37198: . ack 1 win 0 16:25:05.260000 IP europe.37198 > europe.distcc: . ack 1 win 257 16:25:05.260000 IP europe.distcc > europe.37198: . ack 1 win 0 16:27:05.260000 IP europe.37198 > europe.distcc: . ack 1 win 257 16:27:05.260000 IP europe.distcc > europe.37198: . ack 1 win 0 The socket on the other side of the localhost connection, 10.0.1.15:3632, produces no packets. a detail i forgot to mention: i reproduced the same TCP hang on a 32-bit system and on a 64-bit system as well. Ingo