From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: how to debug an emacs hang? Date: Sat, 22 May 2004 21:09:43 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <86ekpce0so.fsf@rumba.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085297210 21129 80.91.224.253 (23 May 2004 07:26:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 May 2004 07:26:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 23 09:26:43 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BRnNb-0003YM-00 for ; Sun, 23 May 2004 09:26:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BRnNb-0007hF-00 for ; Sun, 23 May 2004 09:26:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BRn4y-0003a7-Pi for emacs-devel@quimby.gnus.org; Sun, 23 May 2004 03:07:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRhn1-0008Rq-QS for emacs-devel@gnu.org; Sat, 22 May 2004 21:28:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRhff-0007I6-4K for emacs-devel@gnu.org; Sat, 22 May 2004 21:21:32 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BRhTf-0005Vf-Pp for emacs-devel@gnu.org; Sat, 22 May 2004 21:08:35 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1BRbsX-0003me-8f for emacs-devel@gnu.org; Sat, 22 May 2004 15:09:53 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BRbsQ-0001nf-00 for ; Sat, 22 May 2004 21:09:46 +0200 Original-Received: from pd9e1e40e.dip.t-dialin.net ([217.225.228.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2004 21:09:46 +0200 Original-Received: from kai by pd9e1e40e.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2004 21:09:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1e40e.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:IltWfHptwFNGBwtafLZjadE8prs= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23845 John Owens writes: > One difficulty with that approach is that if I'm getting source from > CVS it's always a little dicey to make sure I have a stable version, > since I might have got new files in the middle of a checkin. I'm surprised, I can't remember that this ever happened to me. Did it happen to you? You could run "cvs update" again after a few seconds, and if nothing changes then you guess that you're not in the middle of a checkin. Kai