Date: Mon, 24 Jun 2002 05:09:09 -0700 (PDT) From: David Xu <bsddiy@yahoo.com> To: Julian Elischer <julian@elischer.org> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: UMA/MTX ..last thing stopping KSE M-III Message-ID: <20020624120909.59260.qmail@web20909.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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" <julian@elischer.org> To: "FreeBSD current users" <current@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624120909.59260.qmail>