From owner-freebsd-amd64@FreeBSD.ORG Tue Aug 25 18:58:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D714106568B; Tue, 25 Aug 2009 18:58:04 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD768FC21; Tue, 25 Aug 2009 18:58:04 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7PIw4IU022675; Tue, 25 Aug 2009 18:58:04 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7PIw49k022671; Tue, 25 Aug 2009 18:58:04 GMT (envelope-from gavin) Date: Tue, 25 Aug 2009 18:58:04 GMT Message-Id: <200908251858.n7PIw49k022671@freefall.freebsd.org> To: syndesis@gmail.com, gavin@FreeBSD.org, freebsd-amd64@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/138177: [ipfilter] FreeBSD crashing repeatedly in ip_nat.c:2577 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 18:58:04 -0000 Old Synopsis: FreeBSD crashing repeatedly in pcpu.h:195 New Synopsis: [ipfilter] FreeBSD crashing repeatedly in ip_nat.c:2577 State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Tue Aug 25 18:19:03 UTC 2009 State-Changed-Why: To submitter: Firstly, can you give me some details about the servers? What services do they provide? You appear to be using the ipfilter firewall, what sort of rules are in use? (general info is fine, don't need the exact ruleset). Also, do you have a core dump from this panic in /var/crash? If so, can you run the following: kgdb /boot/kernel/kernel.symbols /var/crash/vmcore.X then give the "bt" command to obtain a trace? Then, select the "ip_output" frame with (e.g.) "f 12" and give the commands "p m" and "p *m". Thanks! Responsible-Changed-From-To: freebsd-amd64->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Tue Aug 25 18:19:03 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=138177