From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 13:20:33 2003 Return-Path: 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 C233616A4CE for ; Tue, 11 Nov 2003 13:20:33 -0800 (PST) Received: from energistic.com (12-223-237-12.client.insightbb.com [12.223.237.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9CC243FDF for ; Tue, 11 Nov 2003 13:20:32 -0800 (PST) (envelope-from steve@virtual-voodoo.com) Received: from inlafsteve (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.12.10/8.12.10) with ESMTP id hABLKQIl047866; Tue, 11 Nov 2003 16:20:28 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <027101c3a899$a1975ce0$fc00030a@officescape.net> From: "Steve Ames" To: "Sam Leffler" , "Steve Ames" , References: <200311111640.hABGe3VV030454@energistic.com> <200311110858.35921.sam@errno.com> Date: Tue, 11 Nov 2003 16:20:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: panic related to in_output.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 11 Nov 2003 21:20:33 -0000 That seems to have done the job (v 1.48 of tcp_syncache.c). At least its been up for nearly an hour which is a definate positive! Thanks. -Steve ----- Original Message ----- From: "Sam Leffler" To: "Steve Ames" ; Sent: Tuesday, November 11, 2003 11:58 AM Subject: Re: panic related to in_output.c > On Tuesday 11 November 2003 08:40 am, Steve Ames wrote: > > Code from yesterday evening (11/10 around 5PM EST). Just updated this > > morning. I saw no updates to ip_output.c but there were changes to a couple > > of other files in sys/netinet so figured I'd give it a whirl... > > > > panic: mutex inp not owned at /usr/src/sys/netinet/ip_output.c:218 > > cpuid= -; > > Debugger("panic") > > Stopped at Debugger+0x55: xchgl %ebx,in_Deubbger,0 > > db> > > I'll commit the fix today. I was waiting for testing feedback from the 1st > person that tripped the assertion... > > Sam >