From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 3 14:33:15 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DABD16A403 for ; Wed, 3 Jan 2007 14:33:15 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166]) by mx1.freebsd.org (Postfix) with ESMTP id BD06113C467 for ; Wed, 3 Jan 2007 14:33:14 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.13.8/8.13.8) with ESMTP id l03EIK9S001035 for ; Wed, 3 Jan 2007 21:18:20 +0700 (KRAT) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.13.8/8.13.8/Submit) id l03EIK5r001034 for hackers@freebsd.org; Wed, 3 Jan 2007 21:18:20 +0700 (KRAT) (envelope-from eugen) Date: Wed, 3 Jan 2007 21:18:20 +0700 From: Eugene Grosbein To: hackers@freebsd.org Message-ID: <20070103141820.GA1014@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Mailman-Approved-At: Wed, 03 Jan 2007 16:06:54 +0000 Cc: Subject: WITNESS & RELENG_6 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 14:33:15 -0000 Hi! I try to find bugs in 6.2-PRERELEASE by using it (q) :-) The question is: are kernel options WITNESS/WITNESS_KDB expected to be in usable kernel? I don't worry about performance overhead here. The problem is, I've found this is nearly impossible to run my home system with RELENG_6 build from yesterday's sources, X.org 6.9.0, mplayer etc. without panicing and crashdump generation after an hour or so. Just switch from X to vty and logon gave me another LOR and crashdump. One of these you can see here: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/107455 Perhaps, I should not use these options for everyday STABLE use? Eugene