Date: Wed, 18 Aug 2004 12:08:53 -0400 From: John Baldwin <jhb@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: __asm ("int $3") while Giant lock Message-ID: <200408181208.53473.jhb@FreeBSD.org> In-Reply-To: <41234A3B.7000404@cronyx.ru> References: <41234A3B.7000404@cronyx.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 18 August 2004 08:23 am, Roman Kurakin wrote: > Hi, > > I am trying to find out reason od LOR's in my code. I've placed > __asm ("int $3) > instruction in my code to enter debugger, but after I enter 'n' command > systems > goes to panic. > > Is this normal? > Should I send output? Try using 'kdb_enter("foo");' instead. For one thing it's more portable. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408181208.53473.jhb>