[Bug 205756] Kernel panic of "spin lock held too long" when install FreeBSD-10.2-RELEASE-amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 1 20:05:27 UTC 2016


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

John Baldwin <jhb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb at FreeBSD.org

--- Comment #1 from John Baldwin <jhb at 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.


More information about the freebsd-bugs mailing list