Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2020 17:17:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 248046] if_bridge(4): Panic when creating an interface: malloc(M_WAITOK) in epoch context
Message-ID:  <bug-248046-7501-FyhZBDykBm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248046-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248046-7501@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=3D248046

--- Comment #15 from dmilith <dmilith@me.com> ---
I built last stable/12 again, and issue is there after both cases:

ifconfig bridge0 create
ifconfig bridge0 addm em0 up
ifconfig bridge0 destroy

but I've found it also with:

ifconfig bridge0 create
ifconfig vlan0 create
ifconfig bridge0 addm em0 up
ifconfig bridge0 addm vlan0 up

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248046-7501-FyhZBDykBm>