From owner-freebsd-current@FreeBSD.ORG Fri Jun 24 17:21:21 2005 Return-Path: X-Original-To: freebsd-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 97FAF16A41C; Fri, 24 Jun 2005 17:21:21 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5901F43D49; Fri, 24 Jun 2005 17:21:21 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix4-1.free.fr (Postfix) with ESMTP id 8DAA229ABFB; Fri, 24 Jun 2005 19:21:20 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j5OHL98j008088; Fri, 24 Jun 2005 19:21:11 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Fri, 24 Jun 2005 19:21:06 +0200 User-Agent: KMail/1.8 References: <200506241626.57469.thierry@herbelot.com> <20050624164430.GA14074@peter.osted.lan> <1119632271.20635.2.camel@berloga.shadowland> In-Reply-To: <1119632271.20635.2.camel@berloga.shadowland> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200506241921.07930.thierry@herbelot.com> Cc: Alex Lyashkov , current@freebsd.org Subject: Re: panic: Memory modified after free X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 17:21:21 -0000 Le Friday 24 June 2005 18:59, Alex Lyashkov a écrit : > I got a simular panic with RELENG_5. > > - > #2 0xc04a562a in panic (fmt=0xc0602beb "sbappendstream 1") at > /usr/src/sys/kern/kern_shutdown.c:566 > #3 0xc04ddd3a in sbappendstream_locked (sb=0xc1838bb4, m=0xc1084600) at > /usr/src/sys/kern/uipc_socket2.c:739 > #4 0xc0541978 in tcp_input (m=0xc1084600, off0=40) at > /usr/src/sys/netinet/tcp_input.c:1295 > #5 0xc053b011 in ip_input (m=0xc1084600) at > /usr/src/sys/netinet/ip_input.c:776 > #6 0xc050e016 in netisr_processqueue (ni=0xc067af38) at > /usr/src/sys/net/netisr.c:233 > #7 0xc050e1c4 in swi_net (dummy=0x0) at /usr/src/sys/net/netisr.c:340 > #8 0xc0493e98 in ithread_loop (arg=0xc0fd9500) at > /usr/src/sys/kern/kern_intr.c:547 > #9 0xc049330c in fork_exit (callout=0xc0493d74 , > arg=0xc0fd9500, frame=0xc99add38) > -- it seems your panic is on the input path, "mine" was on the ouput path and I do not see any call to the uma subsystem. TfH