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: --enable-font-backend bug (was: Re: 23.0.60; emacs segfaults when creating X display via emacsclient) Date: Tue, 05 Feb 2008 05:57:15 -0800 Message-ID: <200802051357.m15DvHou009298@sallyv1.ics.uci.edu> References: <200802050018.m150IrgE007563@sallyv1.ics.uci.edu> <200802050815.m158FAHS021150@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202220086 30708 80.91.229.12 (5 Feb 2008 14:01:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 14:01:26 +0000 (UTC) Cc: wence@gmx.li, emacs-pretest-bug@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 05 15:01:38 2008 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 1JMOM8-0002oJ-AH for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 15:01:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMOLf-0006w6-VJ for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 09:00:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMOLa-0006vd-KB for emacs-devel@gnu.org; Tue, 05 Feb 2008 09:00:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMOLa-0006vR-2T for emacs-devel@gnu.org; Tue, 05 Feb 2008 09:00:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMOLZ-0006vO-VT for emacs-devel@gnu.org; Tue, 05 Feb 2008 09:00:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMOLZ-0002Dy-KC for emacs-devel@gnu.org; Tue, 05 Feb 2008 09:00:25 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JMOLZ-0003pQ-Az for emacs-pretest-bug@gnu.org; Tue, 05 Feb 2008 09:00:25 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JMOLV-0002D4-Up for emacs-pretest-bug@gnu.org; Tue, 05 Feb 2008 09:00:25 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JMOLV-0002C4-HZ for emacs-pretest-bug@gnu.org; Tue, 05 Feb 2008 09:00:21 -0500 X-ICS-MailScanner-Watermark: 1202824638.20705@ZXnHfV81sgGj7sqBTeEKVA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m15DvHou009298; Tue, 5 Feb 2008 05:57:17 -0800 (PST) In-Reply-To: (Kenichi Handa's message of "Tue, 05 Feb 2008 20:22:34 +0900") Original-Lines: 12 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: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: 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:88278 gmane.emacs.pretest.bugs:20885 Archived-At: Kenichi Handa writes: > In article <200802050815.m158FAHS021150@sallyv1.ics.uci.edu>, Dan Nicolaescu writes: > > > Why not start the debugger in another terminal and attach to the emacs > > process? > > I tried it, but, when I type C-z on gdb terminal, gdb itself > is suspended. Use C-c to get the gdb prompt, not C-z.