Date: Fri, 20 Oct 2017 10:05:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 222624] [usb] [panic] thread's sleep queue 0 is not empty at usb_process.c:193 Message-ID: <bug-222624-17-29zbB5z3XD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222624-17@https.bugs.freebsd.org/bugzilla/> References: <bug-222624-17@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222624 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: hselasky Date: Fri Oct 20 10:04:43 UTC 2017 New revision: 324799 URL: https://svnweb.freebsd.org/changeset/base/324799 Log: MFC r324445: When showing the sleepqueues from the in-kernel debugger, properly dump all the sleepqueues and not just the first one History: It appears that in the commit which introduced the code, r165272, the array indexes of "sq_blocked[0]" and "td_name[i]" were interchanged. In r180927 "td_name[i]" was corrected to "td_name[0]", but "sq_blocked[0]" was left unchanged. PR: 222624 Discussed with: kmacy @ Sponsored by: Mellanox Technologies Changes: _U stable/11/ stable/11/sys/kern/subr_sleepqueue.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222624-17-29zbB5z3XD>