From owner-freebsd-current@FreeBSD.ORG Fri Oct 2 19:15:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E50F1065672 for ; Fri, 2 Oct 2009 19:15:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1A18A8FC22 for ; Fri, 2 Oct 2009 19:15:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id A11A441C711; Fri, 2 Oct 2009 21:15:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id JPykEzwiWlPE; Fri, 2 Oct 2009 21:15:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 2943841C710; Fri, 2 Oct 2009 21:15:06 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id F1A7C4448E6; Fri, 2 Oct 2009 19:14:26 +0000 (UTC) Date: Fri, 2 Oct 2009 19:14:26 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Kamigishi Rei In-Reply-To: <4AC61ED6.1090802@haruhiism.net> Message-ID: <20091002191255.J26486@maildrop.int.zabbadoz.net> References: <4AC61ED6.1090802@haruhiism.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-Current Subject: Re: Another panic (during netisr?) 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: Fri, 02 Oct 2009 19:15:08 -0000 On Fri, 2 Oct 2009, Kamigishi Rei wrote: Hi, > Hello, hope you're having a nice day, > > This is on FreeBSD 8.0-BETA3 (Ameagari) #23 r196460: Mon Aug 24 00:36:33 JST > 2009; not sure if it has been witnessed or fixed. I've been running it > without restarts to test the stability and here we go: > > Unread portion of the kernel message buffer: > panic: tcp_input: so == NULL This looks like an explicit panic unrelated to the netisr in first place. More likely a race condition with socket teardown which should not happen in theory;) /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.