From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 15:56:16 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958901065675; Mon, 23 Jun 2008 15:56:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 175808FC14; Mon, 23 Jun 2008 15:56:14 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <485FC79E.603@FreeBSD.org> Date: Mon, 23 Jun 2008 17:56:14 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Lev Serebryakov References: <372651116.20080615162317@serebryakov.spb.ru> <485612AD.2000301@FreeBSD.org> <48564CAB.4030102@FreeBSD.org> <200806231047.33494.jhb@freebsd.org> <168637165.20080623193424@serebryakov.spb.ru> In-Reply-To: <168637165.20080623193424@serebryakov.spb.ru> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org, John Baldwin Subject: Re: FreeBSD 7-STABLE deadlock! 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, 23 Jun 2008 15:56:16 -0000 Lev Serebryakov wrote: > Hello, John. > You wrote 23 èþíÿ 2008 ã., 18:47:33: > >> On Monday 16 June 2008 07:21:15 am Lev Serebryakov wrote: >>> Lev Serebryakov wrote: >>>> It seems to be ATA/SATA or UFS2 problem: now I have computer in state, >>>> when 4 iozone processes are hanged in "Disk wait" state, and I can not >>>> "cd" to filesystem, which is tested by "iozone". >>>> But I can create processes, work on system, etc., if I don't touch this >>>> filesystem. >>> I can reproduce it, creating gmirror on 5 disks (yes, not very useful >>> configuration, but I've started from non-base-system RAID5 and need to >>> exclude it), FS with 64Kb blocks, and 4 threads of iozone with mixed >>> workload (-i 8 -+p 70). >>> >>> All 5 disks are ICH9DO-based, SATA-II WD5000AAKS HDDs. >> Try getting the 'ps' output from ddb. Also, get a crash dump if you can. > It was tracked douwn to known deadlock in buffer allocator when > buffer map is fragmented (thnx to kib@!). Workaround is known: don't > use FSes with 16Kb and 64Kb blocks on same system in one time. 16/32 > mixture works well :) > > Is there a PR filed with this bug? Having the specific information recorded will be very useful. Kris