From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 19:59:47 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 B071516A4CE; Thu, 10 Feb 2005 19:59:47 +0000 (GMT) Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D980C43D58; Thu, 10 Feb 2005 19:59:46 +0000 (GMT) (envelope-from andy@fud.org.nz) Received: from thingy.tbd.co.nz (localhost [127.0.0.1]) j1AK372t010749; Fri, 11 Feb 2005 09:03:07 +1300 Received: (from thompsa@localhost) by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-7.1) id j1AK2xFO010425; Fri, 11 Feb 2005 09:02:59 +1300 X-Authentication-Warning: thingy.tbd.co.nz: thompsa set sender to andy@fud.org.nz using -f Date: Fri, 11 Feb 2005 09:02:59 +1300 From: Andrew Thompson To: John Baldwin Message-ID: <20050210200259.GA31485@thingy.tbd.co.nz> References: <200502090737.36020.syjef@mdanderson.org> <200502091724.ab92170@salmon.maths.tcd.ie> <20050209232631.GA32648@thingy.tbd.co.nz> <200502101420.35641.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502101420.35641.jhb@FreeBSD.org> User-Agent: Mutt/1.3.28i cc: jeremie@le-hen.org cc: haro@kgt.co.jp cc: Ian Dowse cc: freebsd-current@FreeBSD.org cc: Jonathan Fosburgh 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 19:59:47 -0000 On Thu, Feb 10, 2005 at 02:20:35PM -0500, John Baldwin wrote: > On Wednesday 09 February 2005 06:26 pm, Andrew Thompson wrote: > > On Wed, Feb 09, 2005 at 05:24:01PM +0000, Ian Dowse wrote: > > > > I also have this problem. I have tracked it down to this commit from jhb@, > > but im not sure why it would affect things. > > > > From my supfile > > date=2005.02.07.22.00.00 - works > > date=2005.02.07.22.10.00 - console stops > > > > There's very very little chance this could cause this change. Have tried > doing a diff between a working and non-working tree (just cvsup to a > different directory to get a second tree with a different date) and seeing > what the diff contained? > 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. Andrew