From owner-freebsd-current Fri Dec 6 11:56:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F94E37B401 for ; Fri, 6 Dec 2002 11:56:45 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D13343EA9 for ; Fri, 6 Dec 2002 11:56:45 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id gB6Jud9i077339 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 6 Dec 2002 11:56:39 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <08be01c29d61$98ddb390$52557f42@errno.com> From: "Sam Leffler" To: "Archie Cobbs" , "David Rhodus" Cc: "Archie Cobbs" , "Kirk McKusick" , References: <200212061901.gB6J1pUI065085@arch20m.dellroad.org> Subject: Re: backgroud fsck is still locking up system (fwd) Date: Fri, 6 Dec 2002 11:56:38 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Finally, one more bit of info: I have WITNESS enabled in this kernel> and get this message during boot: > > /usr/src/sys/vm/uma_core.c:1330: could sleep with "dc0" locked from /usr/src/sys/pci/if_dc.c:691 > if_attach does a malloc with M_WAITOK. If the attach happens inside a lock in the driver's attach method (typical) then you'll get this complaint. Fixing it, and some other similar stuff, requires some care since the code assumes malloc will not fail. I decided to leave it until after 5.0. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message