From owner-freebsd-net@FreeBSD.ORG Mon Apr 22 10:30:20 2013 Return-Path: Delivered-To: freebsd-net@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95A25BCC for ; Mon, 22 Apr 2013 10:30:20 +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 4DBC71E05 for ; Mon, 22 Apr 2013 10:30:03 +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 r3MAU1I3081078 for ; Mon, 22 Apr 2013 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3MAU1Qw081077; Mon, 22 Apr 2013 10:30:01 GMT (envelope-from gnats) Date: Mon, 22 Apr 2013 10:30:01 GMT Message-Id: <201304221030.r3MAU1Qw081077@freefall.freebsd.org> To: freebsd-net@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/178017: [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: Mon, 22 Apr 2013 10:30:20 -0000 The following reply was made to PR kern/178017; it has been noted by GNATS. From: Gleb Smirnoff To: Nate Denning Cc: bug-followup@FreeBSD.org Subject: Re: kern/178017: [tcp] [panic] Kernel panic: general protection fault in tcp_do_segment Date: Mon, 22 Apr 2013 14:19:30 +0400 Nate, it looks like we are trying to free an mbuf that is already free. Can you please try FreeBSD 9.1-STABLE? The em(4) driver has underwent quite a lot of updates and bugfixes since 9.1-RELEASE. -- Totus tuus, Glebius.