From owner-freebsd-current Mon Jun 24 5: 9:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from web20909.mail.yahoo.com (web20909.mail.yahoo.com [216.136.226.231]) by hub.freebsd.org (Postfix) with SMTP id 7733937B400 for ; Mon, 24 Jun 2002 05:09:09 -0700 (PDT) Message-ID: <20020624120909.59260.qmail@web20909.mail.yahoo.com> Received: from [218.108.153.152] by web20909.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 05:09:09 PDT Date: Mon, 24 Jun 2002 05:09:09 -0700 (PDT) From: David Xu Subject: Re: UMA/MTX ..last thing stopping KSE M-III To: Julian Elischer Cc: FreeBSD current users MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 it complains that thread has some non-sleepable lock held. it seems process lock can not be held when calling uma_zalloc_arg() which calls WITNESS_SLEEP(1, NULL) to check if there is non-sleepable lock held. David Xu ----- Original Message ----- From: "Julian Elischer" To: "FreeBSD current users" Sent: Monday, June 24, 2002 3:25 PM Subject: UMA/MTX ..last thing stopping KSE M-III > > I am seeing the following error messages: > > ../../../vm/uma_core.c:1331: could sleep with "process lock" locked from > ../../../kern/kern_proc.c:258 > > Though the system is really quite stable now. > > anyone understand well what this message is trying to say? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message