From owner-freebsd-current@FreeBSD.ORG Wed Sep 1 22:12:35 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 6403F1065696; Wed, 1 Sep 2010 22:12:35 +0000 (UTC) (envelope-from ben@desync.com) Received: from exodus.desync.com (exodus.desync.com [IPv6:2607:f178::164]) by mx1.freebsd.org (Postfix) with ESMTP id 195048FC08; Wed, 1 Sep 2010 22:12:34 +0000 (UTC) Received: from [IPv6:2607:f178:1:4:5ab0:35ff:fe75:1b3c] ([IPv6:2607:f178:1:4:5ab0:35ff:fe75:1b3c]) (authenticated bits=0) by exodus.desync.com (8.14.4/8.14.4) with ESMTP id o81MBgOF008812 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 1 Sep 2010 18:12:15 -0400 (EDT) (envelope-from ben@desync.com) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: ben wilber In-Reply-To: <4C7E4DC0.5040608@freebsd.org> Date: Wed, 1 Sep 2010 18:11:38 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <137CFFE2-6783-449E-A2EC-8415F9287D97@desync.com> References: <20100831231314.GA9637@exodus.desync.com> <4C7E4DC0.5040608@freebsd.org> To: Andre Oppermann X-Mailer: Apple Mail (2.1081) Cc: FreeBSD Current Subject: Re: 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: Wed, 01 Sep 2010 22:12:35 -0000 On Sep 1, 2010, at 8:57 AM, Andre Oppermann wrote: > On 01.09.2010 01:13, ben wilber wrote: >> Hi, >>=20 >> I just upgraded from r210042 to r212073 and keep getting the panic >> introduced in r211317: >>=20 >> panic: tcp_output: len<=3D tso_segsz >=20 > Please try the attached patch and report back whether it > fixes the issue. The system ran for 8 hours or so before I received the same panic. = Previously, it would panic within 20 minutes. db:0:kdb.enter.default> bt Tracing pid 17131 tid 100601 td 0xffffff0236603440 kdb_enter() at kdb_enter+0x3d panic() at panic+0x1c8 tcp_output() at tcp_output+0x1495 tcp_usr_send() at tcp_usr_send+0x267 sosend_generic() at sosend_generic+0x49e sosend() at sosend+0x1f soo_write() at soo_write+0x51 dofilewrite() at dofilewrite+0x87 kern_writev() at kern_writev+0x46 write() at write+0x4e syscallenter() at syscallenter+0x251 syscall() at syscall+0x39 Xfast_syscall() at Xfast_syscall+0xe2 --- syscall (4, FreeBSD ELF64, write), rip =3D 0x800f5d1ac, rsp =3D = 0x7fffffffc3b8, rbp =3D 0x8007a1340 --- Thanks.=