From owner-freebsd-current@FreeBSD.ORG Wed Aug 18 12:26:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3170816A4F3 for ; Wed, 18 Aug 2004 12:26:07 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9AE643D49 for ; Wed, 18 Aug 2004 12:26:05 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i7ICN3io035927 for freebsd-current@freebsd.org.checked; (8.12.8/vak/2.1) Wed, 18 Aug 2004 16:23:03 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i7ICMBnA035893 for ; (8.12.8/vak/2.1) Wed, 18 Aug 2004 16:22:11 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <41234A3B.7000404@cronyx.ru> Date: Wed, 18 Aug 2004 16:23:23 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: __asm ("int $3") while Giant lock X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 12:26:08 -0000 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? rik