12.12.2017 1:52, Michael Tuexen wrote: > Not sure about IPSEC and ZFS. But I was NOT able to reproduce the issue by > just using > an SCTP association on a 32-bit VM using FreeBSD 11.1. So right now I don't > know what > is wrong and therefore what could be fixed...
You just got lucky. Kernel stack abuse by multiple parts of FreeBSD kernel it matter of fact. But it is not like you always get a panic because sometimes network traffic is passed through NETISR queues to reduce stack usage and sometimes it is not, depending on several run-time factors. You may find it stable with one NIC driver and crashing with another even just because of different stack usage. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"