From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 23:14:00 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5102F106564A for ; Tue, 31 Aug 2010 23:14:00 +0000 (UTC) (envelope-from bw@exodus.desync.com) Received: from exodus.desync.com (exodus.desync.com [IPv6:2607:f178::164]) by mx1.freebsd.org (Postfix) with ESMTP id E9C608FC0A for ; Tue, 31 Aug 2010 23:13:59 +0000 (UTC) Received: from exodus.desync.com (localhost [127.0.0.1]) by exodus.desync.com (8.14.4/8.14.4) with ESMTP id o7VNDTh2009917 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 31 Aug 2010 19:13:30 -0400 (EDT) (envelope-from bw@exodus.desync.com) Received: (from bw@localhost) by exodus.desync.com (8.14.4/8.14.4/Submit) id o7VNDE4S009913 for freebsd-current@freebsd.org; Tue, 31 Aug 2010 19:13:14 -0400 (EDT) (envelope-from bw) Date: Tue, 31 Aug 2010 19:13:14 -0400 From: ben wilber To: FreeBSD Current Message-ID: <20100831231314.GA9637@exodus.desync.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Angst-Level: High Subject: TSO panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 23:14:00 -0000 Hi, I just upgraded from r210042 to r212073 and keep getting the panic introduced in r211317: panic: tcp_output: len <= tso_segsz db:0:kdb.enter.default> bt Tracing pid 12 tid 100063 td 0xffffff001881b000 kdb_enter() at kdb_enter+0x3d panic() at panic+0x1c8 tcp_output() at tcp_output+0x1445 tcp_do_segment() at tcp_do_segment+0x252d tcp_input() at tcp_input+0x1044 ip_input() at ip_input+0x5cd netisr_dispatch_src() at netisr_dispatch_src+0xc1 netisr_dispatch() at netisr_dispatch+0x11 ether_demux() at ether_demux+0x19a ether_input() at ether_input+0x36a mxge_intr() at mxge_intr+0x5be intr_event_execute_handlers() at intr_event_execute_handlers+0x107 ithread_loop() at ithread_loop+0xb5 fork_exit() at fork_exit+0x147 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff8810df2cf0, rbp = 0 --- If there's someone interested in debugging this further, please let me know what I can do to help.