> You could probably just mutex_tryenter(&proc_lock) and print a message if > it fails. yeah, and you also need to take p->p_lock ... and i didn't look to see if anything else was necessary. i'll try that. .mrg.