[Bug 220277] 11.1-BETA3 hangs on Dell Vostro V130 during boot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 4 14:10:56 UTC 2017


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

--- Comment #15 from John Baldwin <jhb at FreeBSD.org> ---
(In reply to Mark Johnston from comment #12)
It's probably worth looking at the stacks of all the other threads to find
which one owns the lock and then determine why it isn't running.

Are there any other threads that are runnable?  It might be that we need to
have pause() on thread0 still not sleep via callouts, but perhaps it needs to
call mi_switch/sched_yield in a loop to give other runnable threads a chance in
conjunction with spinning.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list