Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 04:47:04 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Robert Lipe <robertlipe@usa.net>, freebsd-hackers@FreeBSD.org
Subject:   Re: kthread_exit & zombification
Message-ID:  <Pine.BSF.4.10.10101090445470.88460-100000@InterJet.elischer.org>
In-Reply-To: <XFMail.010108174135.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10101090445470.88460-100000>