From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 7 10:10:09 2007 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org 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 C522C16A401 for ; Sat, 7 Apr 2007 10:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B53D413C43E for ; Sat, 7 Apr 2007 10:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l37AA93M093607 for ; Sat, 7 Apr 2007 10:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l37AA93j093606; Sat, 7 Apr 2007 10:10:09 GMT (envelope-from gnats) Date: Sat, 7 Apr 2007 10:10:09 GMT Message-Id: <200704071010.l37AA93j093606@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: amd64/111337: The system freezes when large file is transferred over the network X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 10:10:09 -0000 The following reply was made to PR amd64/111337; it has been noted by GNATS. From: Kris Kennaway To: Victor Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/111337: The system freezes when large file is transferred over the network Date: Sat, 7 Apr 2007 06:08:12 -0400 On Fri, Apr 06, 2007 at 11:22:35PM +0000, Victor wrote: > When copying ~>10MB files over the network, the system freezes occasionally; for files >100MB freezes almost always; no warning messages; > observed with scp, samba, and postgres connection requiring transfer of >2M records; systems on the other side were WinXP, Win2003, and Linux; > > Hardware used is Asus M2V motherboard with amd64 dual core processor; Attansic 1GB network card working in ndis mode and 3Com 3c905B-TX network cards. > This behavior occurs for both interfaces; also with Attansic disabled and other 3Com interface used instead; > The motherboard is new, Adaptec RAID controller was moved from an older system working with freebsd 6; did not have any problems before; Please configure the debugger, then when the hang occurs, break to it and obtain a crashdump. This is all explained in the chapter on kernel debugging in the developers handbook. Kris