From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 12:24:40 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B505516A418 for ; Wed, 7 Nov 2007 12:24:40 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (unknown [IPv6:2001:470:1f06:84::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0FB13C4B8 for ; Wed, 7 Nov 2007 12:24:39 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lA7COa3u045583; Wed, 7 Nov 2007 15:24:37 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lA7COZ5s045582; Wed, 7 Nov 2007 15:24:35 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 7 Nov 2007 15:24:35 +0300 From: Yuri Pankov To: Stefan Lambrev Message-ID: <20071107122435.GA63344@darklight.org.ru> References: <472B1E89.5080006@moneybookers.com> <47303578.8060703@moneybookers.com> <4730AA30.7090607@intersonic.se> <473170E6.8020201@moneybookers.com> <47317CDA.5060401@moneybookers.com> <47319997.6000503@moneybookers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47319997.6000503@moneybookers.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org Subject: Re: rtfree: 0xc741ee88 has 1 refs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Nov 2007 12:24:40 -0000 On Wed, Nov 07, 2007 at 12:55:19PM +0200, Stefan Lambrev wrote: > Hi, > > I compiled kernel with all debug stuff in it, but I'm not sure what to do > next :) > I have serial console to the server so I boot with -dDh and enter debig > mode. > I can enter at debug mode at any time now, so any idea how to catch what > trigger this rtfree ? :) > I'm following steps from > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online-ddb.html > What info should I provide? This thread might be useful: http://lists.freebsd.org/pipermail/freebsd-current/2007-May/072619.html HTH, Yuri