From owner-freebsd-current@FreeBSD.ORG Tue Jan 9 15:58:10 2007 Return-Path: X-Original-To: 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 8133F16A415 for ; Tue, 9 Jan 2007 15:58:10 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 44E5713C44C for ; Tue, 9 Jan 2007 15:58:10 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so2298321ana for ; Tue, 09 Jan 2007 07:58:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Td3yUJu8pZHahKZ5pHkETw8os9XSbzXgrF2de8oMp3JR/6bANGBL8Svt9ASHJTdZaV0YIFo1SToVWSU4jEsdpAPXebOiZdJ2cgJ2AtMVi4XPLlKtrl615DW+R4Q+NcPrgzGbfrxBLZBdce1AeNO3xlJOIo6ssw3dn2ZPfXpPCAI= Received: by 10.100.33.14 with SMTP id g14mr10796812ang.1168356552001; Tue, 09 Jan 2007 07:29:12 -0800 (PST) Received: by 10.100.136.16 with HTTP; Tue, 9 Jan 2007 07:29:11 -0800 (PST) Message-ID: <6eb82e0701090729q7a5d9b0h42797401204c7301@mail.gmail.com> Date: Tue, 9 Jan 2007 23:29:11 +0800 From: "Rong-en Fan" To: "Sergey Zaharchenko" In-Reply-To: <20070109150932.GA2934@shark.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070109115227.GA2325@shark.localdomain> <6eb82e0701090607n2d23a08fwe2ff5c66d4c0f2a8@mail.gmail.com> <20070109150932.GA2934@shark.localdomain> Cc: current@freebsd.org Subject: Re: Page fault in ipfw? 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: Tue, 09 Jan 2007 15:58:10 -0000 On 1/9/07, Sergey Zaharchenko wrote: > Hello Rong-en! > > Tue, Jan 09, 2007 at 10:07:16PM +0800 you wrote: > > > On 1/9/07, Sergey Zaharchenko wrote: > > >Hello -current, > > > > > >After updating from December to yesterday's CURRENT (to try catching the > > >SMB recursive locking) I observe the following fault when I connect to > > >the internet via PPP: > > > > > [...] > > > > Just curious, do you have any rule with 'log' keyword? > > Well yes I do, and the logging seems to be it. I'm having problems with > making a normal stack trace, but the fault itself occurs in ipfw_log() > at /usr/src/sys/netinet/ip_fw2.c:928: > > : { > : tcp = L3HDR(struct tcphdr, ip); <--- here > : udp = L3HDR(struct udphdr, ip); > > I've tried setting net.inet.ip.fw.verbose=0 and everything seems ok. But > I'd like to keep logging... > > Thank you, I also see this problem on my current. I will try to obtain a core dump this week. Regards, Rong-En Fan