https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205756
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from John Baldwin <[email protected]> --- This looks like a driver that uses a "fast" taskqueue with threads failed to startup, possibly due to the mutex not yet being initialized. However, normally the kthreads for a taskqueue aren't created until after the queue has been initialized. However, it might be that it wasn't a "fast" taskqueue, but a regular one was overwritten trashing its state. Can you try a more recent 10-stable or 11 snapshot from http://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/ ? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
