From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 20:28:19 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 790F716A4CE; Thu, 10 Feb 2005 20:28:19 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E29B43D3F; Thu, 10 Feb 2005 20:28:18 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j1AKSGOP006801; Thu, 10 Feb 2005 20:28:16 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id j1AKSGp8028637; Thu, 10 Feb 2005 20:28:16 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)j1AKSG5R028634; Thu, 10 Feb 2005 20:28:16 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 10 Feb 2005 20:28:16 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: John Baldwin In-Reply-To: <200502101513.48491.jhb@FreeBSD.org> Message-ID: <20050210202722.R26547@ury.york.ac.uk> References: <200502090737.36020.syjef@mdanderson.org> <200502101420.35641.jhb@FreeBSD.org> <200502101513.48491.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: Jonathan Fosburgh cc: freebsd-current@freebsd.org cc: haro@kgt.co.jp cc: Ian Dowse cc: jeremie@le-hen.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 20:28:19 -0000 On Thu, 10 Feb 2005, 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: > > > > 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. > > 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. I don't know if it helps anyone pinpoint the exact cause, but as far as I can tell, disabling moused stops the console freeze. Gavin