[Bug 195859] Reproduceble panic with VIMAGE + if_bridge
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 18 19:37:25 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195859
--- Comment #8 from Craig Rodrigues <rodrigc at 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.
More information about the freebsd-net
mailing list