From owner-freebsd-stable@FreeBSD.ORG Sun Nov 28 15:43:19 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 BC93116A4CE for ; Sun, 28 Nov 2004 15:43:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6856543D5D for ; Sun, 28 Nov 2004 15:43:11 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so126745rns for ; Sun, 28 Nov 2004 07:43:08 -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=Wc9tZnLyucThqiIXW/78/ct/u4rinucM4WE+9xYvBMPiYwoVSrLo5B5kSG9OZrFJXbzmEXQ9TYAO9NFwU3wttl6LYr3mo9oCc00zCXI1oP9O3rtpaqmHaxez2KGhct7zNIUHvTH9kmlWEbMFakv35uNVWRdu9M56D3qGhx48O1w= Received: by 10.38.10.61 with SMTP id 61mr805088rnj; Sun, 28 Nov 2004 07:43:08 -0800 (PST) Received: by 10.38.206.16 with HTTP; Sun, 28 Nov 2004 07:43:08 -0800 (PST) Message-ID: Date: Sun, 28 Nov 2004 16:43:08 +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: Sun, 28 Nov 2004 15:43:19 -0000 Just a small update: disabling SACK is a good workaround for this one, too. Arjan On Sat, 13 Nov 2004 21:38:31 +0100, Arjan Van Leeuwen wrote: > 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 > > > > >