From owner-freebsd-current@FreeBSD.ORG Mon Aug 29 22:18:50 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9CF16A41F for ; Mon, 29 Aug 2005 22:18:50 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DED743D67 for ; Mon, 29 Aug 2005 22:18:43 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from [216.145.53.62] (cream.corp.yahoo.com [216.145.53.62]) by elvis.mu.org (Postfix) with ESMTP id 94FB05C75D; Mon, 29 Aug 2005 15:18:43 -0700 (PDT) Message-ID: <431389C1.4080805@freebsd.org> Date: Mon, 29 Aug 2005 15:18:41 -0700 From: Paul Saab User-Agent: Thunderbird 1.6a1 (Macintosh/20050828) MIME-Version: 1.0 To: Christian Brueffer References: <20050829221700.GC1118@unixpages.org> In-Reply-To: <20050829221700.GC1118@unixpages.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: panic: sackhint rexmit == 0 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: Mon, 29 Aug 2005 22:18:50 -0000 Should already be fixed in -current. Christian Brueffer wrote: > Got this panic on a 7.0-CURRENT SMP machine with kernel from 19th August. > Kernel dump available for further debugging. > > panic: sackhint rexmit == 0 > cpuid = 1 > KDB: enter: panic > db> tr > kdb_enter() > panic() > tcp_input() > ip_input() > netisr_dispatch() > ether_demux() > ether_input() > sf_intr() > ithread_loop() > fork_exit() > fork_trampoline() > > > #23 0xc063ae06 in tcp_input (m=0xc1e56400, off0=20) > at /usr/home/build/src/sys/netinet/tcp_input.c:1915 > 1915 KASSERT(tp->sackhint. > > > - Christian > >