Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 19:10:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276057] crash in xa_destroy() while initializing the i915kms module
Message-ID:  <bug-276057-227-EimzWQrzwh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276057-227@https.bugs.freebsd.org/bugzilla/>

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

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276057

--- Comment #9 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Donn Seeley from comment #8)
MTX_NEW suppresses the check that the mutex memory is zeroed (in reality it is
less smart, but lets pretend).

You can do mtx_init()/mtx_destroy()/mtx_init() as much as you want.
You should not do mtx_init() and then unload the module, or
mtx_init()/mtx_init().

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276057-227-EimzWQrzwh>