Date: Tue, 09 Jul 2002 08:05:21 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: current@FreeBSD.org, jake@FreeBSD.org, arr@FreeBSD.org Subject: RE: /usr/src/sys/vm/uma_core.c:1332: could sleep with "kernel li Message-ID: <XFMail.20020709080521.jhb@FreeBSD.org> In-Reply-To: <200207091156.g69BuBwr003693@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 09-Jul-2002 Don Lewis wrote: > I recently started seeing the warning message: > > /usr/src/sys/vm/uma_core.c:1332: could sleep with "kernel linker" locked > from /usr/src/sys/kern/kern_linker.c:1797 > > at boot time on my -current box. It appears to be related to the > changes in rev 1.90 of kern_linker.c. Turn on witness_ddb (set debug.witness_ddb to 1 in either the loader or via sysctl) and get a 'tr' from ddb to see the codepath in question. You can then 'c' continue to get back to running. You might want to do 'w witness_ddb 0' to keep from dropping back into ddb all the time before continuing. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020709080521.jhb>