Synopsis: [panic] mtx_lock() of spin mutex (null) @ /usr/src/sys/net/netisr.c:830
Responsible-Changed-From-To: freebsd-net->freebsd-xen Responsible-Changed-By: cperciva Responsible-Changed-When: Sun Nov 28 14:59:04 UTC 2010 Responsible-Changed-Why: This is actually a FreeBSD/Xen bug. Somehow the pcpu data is being mangled in the presence of VM pressure; the panic shows up in netisr because netisr looks up a per-cpu data structure (and locks it, hence the locking assertion). http://www.freebsd.org/cgi/query-pr.cgi?pr=148780 _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"