From owner-freebsd-stable@FreeBSD.ORG Sat Nov 13 20:38:32 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870A216A4D1 for ; Sat, 13 Nov 2004 20:38:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B54243D4C for ; Sat, 13 Nov 2004 20:38:32 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so461617rns for ; Sat, 13 Nov 2004 12:38:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=U/CKZn7GKSBpFAW9UpYJy/MzfNn/iXFflRYQSIi5Yei2aQGOBtFpans+90+yV82yiBp8iiDbL+C33s2esZLkibVB91icynmn2+chrRkg/zEXLI5rZ3B2wPC1jpLR6iC8hfjVc3kgxAung+EDrGG0m0cagxgtDJiwirI70TrcwT4= Received: by 10.38.179.67 with SMTP id b67mr351117rnf; Sat, 13 Nov 2004 12:38:31 -0800 (PST) Received: by 10.38.206.31 with HTTP; Sat, 13 Nov 2004 12:38:31 -0800 (PST) Message-ID: Date: Sat, 13 Nov 2004 21:38:31 +0100 From: Arjan Van Leeuwen To: Robert Watson In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-stable@freebsd.org Subject: Re: Panic in 5.3, related to network traffic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan Van Leeuwen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 20:38:32 -0000 On Wed, 10 Nov 2004 16:42:01 +0000 (GMT), Robert Watson wrote: > > On Wed, 10 Nov 2004, Arjan Van Leeuwen wrote: > > > > Could you send a copy of your dmesg? Could you also use gdb on a kernel > > > with debug symbols or addr2line to convert the function+offsets in the > > > trace to file and line number in the source? This is a NULL pointer > > > dereference, so presumably somewhere there is a poor assumption about > > > memory allocation or the like. > > > > dmesg is attached. > > Could you say a little about how ipfilter is being used on the box; would > it be possible to test with it disabled? I've converted my ipfilter/ipnat system to ipfw/natd, and now the problem is "solved". However, your patch still gives me a *lot* of icmp_error: n_spare != n messages. I also noticed that if I ping from that system, it pings every 2 seconds instead of every second. The clock doesn't seem to be affected, and changing kern.timecounter.hardware doesn't change the situation. Arjan > > > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Principal Research Scientist, McAfee Research > >