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

John Baldwin <j...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j...@freebsd.org

--- Comment #1 from John Baldwin <j...@freebsd.org> ---
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 the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to