From owner-freebsd-current@FreeBSD.ORG Tue Feb 3 13:00:08 2009 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 7E8041065673 for ; Tue, 3 Feb 2009 13:00:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2FC8FC1C for ; Tue, 3 Feb 2009 13:00:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 625E641C64C; Tue, 3 Feb 2009 14:00:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id QOhxczQbmqVq; Tue, 3 Feb 2009 14:00:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 1310D41C679; Tue, 3 Feb 2009 14:00:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id C34164448E6; Tue, 3 Feb 2009 12:57:24 +0000 (UTC) Date: Tue, 3 Feb 2009 12:57:24 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Mario Pavlov In-Reply-To: <1868132185.26927.1233639921805.JavaMail.apache@mail51.abv.bg> Message-ID: <20090203125341.Y93725@maildrop.int.zabbadoz.net> References: <1868132185.26927.1233639921805.JavaMail.apache@mail51.abv.bg> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: Re: panic caused by mpd5 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: Tue, 03 Feb 2009 13:00:09 -0000 On Tue, 3 Feb 2009, Mario Pavlov wrote: Hi, > I don't know what else could be useful > just tell me what you need and I'll provide it you could have at least typed "bt" or resolved the line number to the right piece of code as you seem to run HEAD which can change frequently. http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html has some info on how to debug things. > btw what is r187946 ? The SVN revision number of a commit: http://svn.freebsd.org/viewvc/base?view=revision&revision=187946 If you want to run HEAD, try to update your source, rebuild the kernel and see if you can still reproduce it. If you can, start debugging along the above information. /bz -- Bjoern A. Zeeb The greatest risk is not taking one.