On Wed, May 01, 2019 at 09:34:59AM +0200, Hrvoje Popovski wrote:
> uvm_fault(0xfffffd87845eae78, 0x50, 0, 1) -> e
> kernel: page fault trap, code=0
> Stopped at bridge_ioctl+0x25d: movq 0x10(%rax),%rax
I get the same panic during regress.
src/regress/sys/net/etherip hangs during /sbin/ifconfig bridge12 destroy
0 3082 39335 10 10 0 304 232 ifidxrm D+ p0 0:00.00
/sbin/ifconfig bridge12 destroy
After a timeout this test is aborted and the next test calls ifconfig.
The machine crashes after printing
bridge12: flags=0<> rdomain 12
index 13 llprio 3
struct bstp_state at sc->sc_stp has been freed.
bluhm