On Mon, 8 Jan 2001, John Baldwin wrote:
> 
> Unloading modules adds all sorts of new problems.  Right now the WITNESS code
> will do bad bad things if you kldunload a module that contains a mutex.  Even
> if the mutex is mtx_destroy'd because it still has a reference to its name in
> the internal lists it keeps.
> 

what?
I have mutexes in structures I free()..
I presumed doing a mtx_destroy() would be enough!




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to