From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; frozen frame after C-x 5 0 Date: Sun, 09 Sep 2007 18:54:08 -0700 Message-ID: <200709100154.l8A1sDjg008278@oogie-boogie.ics.uci.edu> References: <87abs0mfxy.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189391753 19272 80.91.229.12 (10 Sep 2007 02:35:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 02:35:53 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Tassilo Horn To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 12:35:39 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 1IUfzh-0006Kx-O5 for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 11:55:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUYVL-0006Hp-4E for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 21:55:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUYVI-0006GZ-BO for emacs-devel@gnu.org; Sun, 09 Sep 2007 21:55:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUYVH-0006Fw-OJ for emacs-devel@gnu.org; Sun, 09 Sep 2007 21:55:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUYVH-0006Fo-Ku for emacs-devel@gnu.org; Sun, 09 Sep 2007 21:55:55 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUYVH-0005JO-9Y for emacs-devel@gnu.org; Sun, 09 Sep 2007 21:55:55 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUYUu-0000UT-Vb for emacs-pretest-bug@gnu.org; Sun, 09 Sep 2007 21:55:33 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IUYVD-0005J6-Po for emacs-pretest-bug@gnu.org; Sun, 09 Sep 2007 21:55:55 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUYVD-0005Il-DU; Sun, 09 Sep 2007 21:55:51 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8A1sDjg008278; Sun, 9 Sep 2007 18:54:13 -0700 (PDT) In-Reply-To: (Richard Stallman's message of "Sun\, 09 Sep 2007 21\:12\:55 -0400") Original-Lines: 31 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:78392 gmane.emacs.pretest.bugs:19807 Archived-At: Richard Stallman writes: > Since the multi-tty merge I start emacs as a detached server in screen. > Here's a command line to reproduce the problem: > > screen -d -m -S test emacs -nw --eval "(setq server-name \"test\")" \ > -Q --funcall server-start > > Now I connect to it with > > emacsclient -s test > > which opens a new X11 frame. If I hit `C-x 5 0' to close this frame, it > freezes. Neither are redisplays performed in it nor does it doesn't > close. The menu bar is inaccessible, too. > > A subsequent > > emacsclient -s test > > closes the frozen frame and pops up a new one, which is displayed only > for a fraction of a second before it vanishes, too. So from this point > clients with X11 frames are non-functional. > > Can someone please DTRT and ack? I can't reproduce this problem on my Fedora machine. > 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?