From owner-freebsd-net@FreeBSD.ORG Wed May 1 15:10:01 2013 Return-Path: Delivered-To: freebsd-net@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 413FA2D2 for ; Wed, 1 May 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 32DA81363 for ; Wed, 1 May 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r41FA1vo048645 for ; Wed, 1 May 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r41FA1Ue048644; Wed, 1 May 2013 15:10:01 GMT (envelope-from gnats) Date: Wed, 1 May 2013 15:10:01 GMT Message-Id: <201305011510.r41FA1Ue048644@freefall.freebsd.org> To: freebsd-net@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/178116: [tcp] [panic] Kernel panic: general protection fault in tcp_do_segment X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 15:10:01 -0000 The following reply was made to PR kern/178116; it has been noted by GNATS. From: Gleb Smirnoff To: Nate Denning Cc: bug-followup@FreeBSD.org Subject: Re: kern/178116: [tcp] [panic] Kernel panic: general protection fault in tcp_do_segment Date: Wed, 1 May 2013 18:02:06 +0400 Nate, do you run any additional network modules: ipfw, pf, netgraph, accept filters, etc? How your system differes from a default installation? Is it possible for you to run with INVARIANTS option in the kernel? The option adds additional debugging, thus hurts system performance, but with it we can obtain a more informative crashdump. -- Totus tuus, Glebius.