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

--- Comment #20 from Alexandre martins <alexandre.mart...@stormshield.eu> ---
Hello,

Another crash has appear this night. It is the same race as the destroy part,
but in the create:

Thread 1 (ifconfig laggport):
Creates the port (with the DISABLE flag), and sets the type of the iface. This
thread will set ifp->if_lagg in few instruction ...

Thread 2 (network):
Checks the type and enter lagg_input function and crashes because the pointer
if_lagg is still NULL

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to