From owner-freebsd-amd64@FreeBSD.ORG Mon Aug 27 18:50:04 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69B0B106566B for ; Mon, 27 Aug 2012 18:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 549DB8FC08 for ; Mon, 27 Aug 2012 18:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7RIo4RP070199 for ; Mon, 27 Aug 2012 18:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7RIo4J3070198; Mon, 27 Aug 2012 18:50:04 GMT (envelope-from gnats) Date: Mon, 27 Aug 2012 18:50:04 GMT Message-Id: <201208271850.q7RIo4J3070198@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: John Baldwin Cc: Subject: Re: amd64/171108: Kernel panic X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin 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:50:04 -0000 The following reply was made to PR amd64/171108; it has been noted by GNATS. From: John Baldwin To: freebsd-amd64@freebsd.org, glebius@freebsd.org Cc: Ivan Goryushkin , freebsd-gnats-submit@freebsd.org Subject: Re: amd64/171108: Kernel panic Date: Mon, 27 Aug 2012 10:28:59 -0400 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