From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: gnus makes emacs lose response Date: Thu, 06 Apr 2006 11:08:05 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144314621 19293 80.91.229.2 (6 Apr 2006 09:10:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2006 09:10:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 06 11:10:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRQVM-0007zi-KG for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2006 11:10:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRQVM-0002j9-8s for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2006 05:10:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FRQVA-0002iu-I3 for emacs-devel@gnu.org; Thu, 06 Apr 2006 05:10:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FRQV8-0002ih-J4 for emacs-devel@gnu.org; Thu, 06 Apr 2006 05:10:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRQV8-0002ie-Ea for emacs-devel@gnu.org; Thu, 06 Apr 2006 05:10:02 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FRQYp-0005ic-QB for emacs-devel@gnu.org; Thu, 06 Apr 2006 05:13:52 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 5753CA50071; Thu, 6 Apr 2006 11:09:59 +0200 (CEST) Original-To: Leon In-Reply-To: (Leon's message of "Wed, 05 Apr 2006 18:55:23 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52467 Archived-At: Leon writes: > Unfortunately, it has not been fixed up to today's CVS. How can I > generate debug messages? Thank you. You should run emacs under a debugger cd emacs/src gdb emacs r When it hangs, stop it C-z then examine the stack and other stuff to see where it hangs, e.g. as a first step, send us the output from these commands: bt xba bt full Please read etc/DEBUG for info on debugging emacs. -- Kim F. Storm http://www.cua.dk