From owner-freebsd-stable@FreeBSD.ORG Mon Nov 7 21:55:20 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B4816A41F for ; Mon, 7 Nov 2005 21:55:20 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D1B43D5E for ; Mon, 7 Nov 2005 21:55:05 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.4/8.13.3) with ESMTP id jA7Lskql032521; Mon, 7 Nov 2005 22:54:46 +0100 (CET) (envelope-from sos@DeepCore.dk) In-Reply-To: <436F8A6D.5080208@protected-networks.net> References: <436E7B02.9020207@protected-networks.net> <436E8290.3050604@protected-networks.net> <436F8A6D.5080208@protected-networks.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Mon, 7 Nov 2005 22:54:57 +0100 To: Michael Butler X-Mailer: Apple Mail (2.746.2) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-stable@freebsd.org Subject: Re: 6-stable unstable with HighPoint HPT372N UDMA133 controller X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 21:55:20 -0000 On 07/11/2005, at 18:10, Michael Butler wrote: > > | I wrote: > | | cvsup'd and built: FreeBSD 6.0-STABLE #4: Fri Nov 4 18:07:30 =20 > EST 2005 > | > | ~ [ .. ] > | > | | Nov 6 16:43:27 mail kernel: DOH! ata_alloc_request failed! > | | Nov 6 16:43:27 mail kernel: FAILURE - out of memory in > | ata_raid_init_request > | | Nov 6 16:43:27 mail last message repeated 7 times > | | Nov 6 16:43:27 mail kernel: > > Looking at the output of "sysctl -a" on a now almost idle machine I =20= > see: > > ITEM SIZE LIMIT USED FREE REQUESTS > > ~ [ .. ] > > ata_composit: 192, 0, 12296, 124, 62341 > ata_request: 200, 0, 24592, 108, 920945 > > ~ .. shouldn't these be freed at some point if there's minimal disk > activity (and few dirty buffers, "systat -vm" says there are 7)? Or =20= > am I > misreading this? That does indeed look wrong. However I cant reproduce the problem =20 here on any of the machines I have 6.0 on, and I dont think a memory =20 leeak that severe would have survived this far, but I've been wrong =20 many times before... I'll look into it as soon as I have a little more time than today.. - S=F8ren