From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 23:14:03 2005 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 5FCA316A4CE; Thu, 10 Feb 2005 23:14:03 +0000 (GMT) Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B285F43D39; Thu, 10 Feb 2005 23:14:02 +0000 (GMT) (envelope-from andy@fud.org.nz) Received: from thingy.tbd.co.nz (localhost [127.0.0.1]) j1ANHO2t026757; Fri, 11 Feb 2005 12:17:24 +1300 Received: (from thompsa@localhost) by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-7.1) id j1ANHNXw026755; Fri, 11 Feb 2005 12:17:23 +1300 X-Authentication-Warning: thingy.tbd.co.nz: thompsa set sender to andy@fud.org.nz using -f Date: Fri, 11 Feb 2005 12:17:23 +1300 From: Andrew Thompson To: John Baldwin Message-ID: <20050210231723.GB31485@thingy.tbd.co.nz> References: <200502090737.36020.syjef@mdanderson.org> <200502101420.35641.jhb@FreeBSD.org> <20050210200259.GA31485@thingy.tbd.co.nz> <200502101513.48491.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502101513.48491.jhb@FreeBSD.org> User-Agent: Mutt/1.3.28i cc: Ian Dowse cc: current@FreeBSD.org Subject: Re: Console freeze but still alive 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: Thu, 10 Feb 2005 23:14:03 -0000 On Thu, Feb 10, 2005 at 03:13:48PM -0500, John Baldwin wrote: > On Thursday 10 February 2005 03:02 pm, Andrew Thompson wrote: > > On Thu, Feb 10, 2005 at 02:20:35PM -0500, John Baldwin wrote: > > > On Wednesday 09 February 2005 06:26 pm, Andrew Thompson wrote: > > > > It seems that I have bunged up my binary search. 22:00 doesnt infact > > work but I know 18:00 does so its an earlier commit than yours.I will start > > again and post the findings. > > Well, given that timeframe, it's probably still my fault. :) I'd focus on the > changes to files in sys/sys and sys/kern for now. Just don't compile the > Linux compat for now and try backing out those commits to see if anything > changes. > Ive found that it is not 100% certain to freeze which has made my testing so far worthless. :( I have applied Ian's callout patch and after about a dozen reboots the console has not stopped. It looks promising so far but I will keep my eye on it. Andrew