From owner-freebsd-amd64@FreeBSD.ORG Mon Aug 27 18:40:34 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CFD61065673; Mon, 27 Aug 2012 18:40:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 128878FC18; Mon, 27 Aug 2012 18:40:34 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 68648B91A; Mon, 27 Aug 2012 14:40:33 -0400 (EDT) From: John Baldwin To: freebsd-amd64@freebsd.org, glebius@freebsd.org Date: Mon, 27 Aug 2012 10:28:59 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <201208270412.q7R4CbmK014821@red.freebsd.org> In-Reply-To: <201208270412.q7R4CbmK014821@red.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208271028.59431.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 27 Aug 2012 14:40:33 -0400 (EDT) Cc: freebsd-gnats-submit@freebsd.org, Ivan Goryushkin Subject: Re: amd64/171108: Kernel panic 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: Mon, 27 Aug 2012 18:40:34 -0000 On Monday, August 27, 2012 12:12:37 am Ivan Goryushkin wrote: > #3 0xffffffff80936e76 in dblfault_handler (frame=Variable "frame" is not available. > ) > at /usr/src/sys/amd64/amd64/trap.c:852 > #4 0xffffffff8091eefd in Xdblfault () > at /usr/src/sys/amd64/amd64/exception.S:284 > #5 0xffffffff8073b772 in ipfw_chk (args=0xffffff8231ee1190) > at /usr/src/sys/netinet/ipfw/ip_fw2.c:1168 > #6 0xffffffff8074161a in ipfw_check_hook (arg=Variable "arg" is not available. > ) > at /usr/src/sys/netinet/ipfw/ip_fw_pfil.c:137 > #7 0xffffffff806ca55c in pfil_run_hooks (ph=Variable "ph" is not available. > ) at /usr/src/sys/net/pfil.c:82 > #8 0xffffffff8074a34a in ip_output (m=0xffffff019e941b00, opt=Variable "opt" is not available. > ) > at /usr/src/sys/netinet/ip_output.c:511 > #9 0xffffffff807b8236 in tcp_output (tp=0xffffff02199b8760) > at /usr/src/sys/netinet/tcp_output.c:1230 > #10 0xffffffff807bbc7f in tcp_mtudisc (inp=0xffffff0219a89bd0, errno=Variable "errno" is not available. > ) > at tcp_offload.h:282 > #11 0xffffffff807b912c in tcp_output (tp=0xffffff02199b8760) > at /usr/src/sys/netinet/tcp_output.c:1291 > #12 0xffffffff807bbc7f in tcp_mtudisc (inp=0xffffff0219a89bd0, errno=Variable "errno" is not available. This looks to have been fixed in HEAD a few weeks ago: http://svnweb.freebsd.org/base?view=revision&revision=238516 Gleb, were you planning on MFC'ing this to 8 or 9? -- John Baldwin