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" <[EMAIL PROTECTED]>
To: "FreeBSD current users" <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to