From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 14 22:42:33 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4095016A401; Tue, 14 Mar 2006 22:42:33 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (70-96-250-22.br1.lkv.mn.frontiernet.net [70.96.250.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0A743D48; Tue, 14 Mar 2006 22:42:32 +0000 (GMT) (envelope-from eric@vangyzen.net) Received: from [127.0.0.1] (trillian.vangyzen.net [70.96.250.22]) by smtp.vangyzen.net (Postfix) with ESMTP id 1BE0C6D422; Tue, 14 Mar 2006 16:42:32 -0600 (CST) Message-ID: <441746D7.10705@vangyzen.net> Date: Tue, 14 Mar 2006 16:42:31 -0600 From: Eric van Gyzen User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Robert Watson References: <200603141225.k2ECPRtd062605@freefall.freebsd.org> In-Reply-To: <200603141225.k2ECPRtd062605@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/94433: [panic] panic: sbdrop X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:42:33 -0000 Robert Watson wrote: > If you're able to (relatively) easily reproduce the panic, we can likely > make some progress. Unfortunately, I have no idea how to reproduce the panic. All I can do is wait. > The first thing to do, performance permitting, is > to turn on INVARIANTS, INVARIANT_SUPPORT, and SOCKBUF_DEBUG options in > the kernel. These will have a noticeable performance impact, and I don't > know if that is compatible with your workload. Done. This machine has plenty of power for its purpose. > BTW, are you using IPv6 at all on the box? No. The kernel has IPv6 support, and every interface has an auto-configured link-local address, but I'm not actively using IPv6.