Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 19:37:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 195859] Reproduceble panic with VIMAGE + if_bridge
Message-ID:  <bug-195859-2472-Jvj0bVu2xM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195859-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195859-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195859

--- Comment #8 from Craig Rodrigues <rodrigc@FreeBSD.org> ---
Herbert provided a traceback from his kernel panic.  This looks like the source
of the problem:

panic: mtx_lock() of destroyed mutex @
/usr/src/sys/modules/if_bridge/../../net/if_bridge.c:1814

It looks like after destroying a jail, a mutex is destroyed, but this
destroyed mutex is used later on in another jail.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195859-2472-Jvj0bVu2xM>