From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; frozen frame after C-x 5 0 Date: Wed, 12 Sep 2007 17:35:06 +0200 Message-ID: <46E8072A.6090103@swipnet.se> References: <87abs0mfxy.fsf@baldur.tsdh.de> <87lkbblxtd.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189611374 8779 80.91.229.12 (12 Sep 2007 15:36:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 15:36:14 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rms@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 12 17:36:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVUFo-0004rK-7j for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 17:35:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVUFo-0001Yg-3M for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 11:35:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVUFg-0001Vw-Py for emacs-devel@gnu.org; Wed, 12 Sep 2007 11:35:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVUFf-0001VY-Sm for emacs-devel@gnu.org; Wed, 12 Sep 2007 11:35:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVUFf-0001VS-Oh for emacs-devel@gnu.org; Wed, 12 Sep 2007 11:35:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVUFf-00015R-Gc for emacs-devel@gnu.org; Wed, 12 Sep 2007 11:35:39 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVUFG-0004c5-02 for emacs-pretest-bug@gnu.org; Wed, 12 Sep 2007 11:35:14 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IVUFb-00014T-Kj for emacs-pretest-bug@gnu.org; Wed, 12 Sep 2007 11:35:39 -0400 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVUFb-00013R-6a for emacs-pretest-bug@gnu.org; Wed, 12 Sep 2007 11:35:35 -0400 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id 84E0D37F09; Wed, 12 Sep 2007 17:35:29 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id 4636437E63; Wed, 12 Sep 2007 17:35:29 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 1893C37E47; Wed, 12 Sep 2007 17:35:28 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) In-Reply-To: <87lkbblxtd.fsf@baldur.tsdh.de> X-Detected-Kernel: Linux 2.4-2.6 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78683 gmane.emacs.pretest.bugs:19856 Archived-At: You should run gdb on emacs, not emacsclient. See etc/DEBUG for useful tips. Jan D. Tassilo Horn skrev: > Richard Stallman writes: > > First, here's a simpler command line to reproduce my problem: > > emacs -nw -f server-start > > to start the server (it's important that the server is no X emacs here) > followed by > > emacsclient > > to open a new X frame. > >> Tassilo, could you try debugging it with GDB? >> You could see what C-x 5 0 actually does when you run it. >> Why doesn't it delete the frame, as it should? > > Now I did > > $ gdb /usr/bin/emacsclient > (gdb) run > Starting program: /usr/bin/emacsclient > Waiting for Emacs... > > which opened an X frame. Then I tried closing the frame with `C-x 5 0', > but the frame didn't disappear. Nevertheless in gdb I got the message > > Program exited normally. >