From owner-freebsd-current@FreeBSD.ORG Fri May 11 20:33:54 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 B7E9C16A404 for ; Fri, 11 May 2007 20:33:54 +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 5396613C48A for ; Fri, 11 May 2007 20:33:54 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 435 invoked from network); 11 May 2007 19:53:22 -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 ; 11 May 2007 19:53:22 -0000 Message-ID: <4644D331.9080901@freebsd.org> Date: Fri, 11 May 2007 22:33:53 +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: Stefan Bethke References: <97D4D7C1-8FE4-48C1-9604-A567420796D5@lassitu.de> In-Reply-To: <97D4D7C1-8FE4-48C1-9604-A567420796D5@lassitu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: panic: mutex tcp owned at /usr/src/sys/netinet/tcp_input.c:2475 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, 11 May 2007 20:33:54 -0000 Stefan Bethke wrote: > Got this reproducable panic on AMD64 on a couple of days old -current > when I try to copy a file off a ZFS dataset via netatalk's afpd (via > TCP, no actual AppleTalk involved). This is a recursive leak of the INP_INFO_LOCK() you've hit here. We don't know yet where it gets leaked but we're working on it. -- Andre > Any other info you're interested in, just let me know. > > > Stefan >