From owner-freebsd-current@FreeBSD.ORG Wed Mar 28 08:47:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EECF416A405 for ; Wed, 28 Mar 2007 08:47:20 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5D11E13C483 for ; Wed, 28 Mar 2007 08:47:20 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 16436 invoked from network); 28 Mar 2007 08:15:05 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 28 Mar 2007 08:15:05 -0000 Message-ID: <460A2B97.9040404@freebsd.org> Date: Wed, 28 Mar 2007 10:47:19 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Andrey Chernov References: <200703251348.58972.nb_root@videotron.ca> <20070325194946.GC79938@kobe.laptop> <200703251620.20879.nb_root@videotron.ca> <20070325202749.GA1503@kobe.laptop> <460705AE.5040107@freebsd.org> <20070327045252.GA3256@nagual.pp.ru> <46099675.3040609@u.washington.edu> <20070327052810.GA772@nagual.pp.ru> <20070327054501.GA1026@nagual.pp.ru> <46090BA6.5060206@freebsd.org> <20070328074611.GA19740@nagual.pp.ru> In-Reply-To: <20070328074611.GA19740@nagual.pp.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-current@freebsd.org Subject: Re: Latest -current complete lockup (tcp changes?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 08:47:21 -0000 Andrey Chernov wrote: > On Tue, Mar 27, 2007 at 02:18:46PM +0200, Andre Oppermann wrote: > >>Could you revert sys/netinet/tcp_input.c back to rev. 1.327 while leaving >>all others at HEAD and look if the bug can be reproduced? > > > Yes! Reverting to 1.327 really helps, lockup is gone! Thanx! You tried with a fully updated system before the backout as well? There was a time window where TCP was indeed broken. It panic'ed though. I'm looking at the tcp_input() split to find a case where it may go wrong. -- Andre