From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: GDB does not stop in breakpoint! Date: Sun, 17 Jan 2010 13:47:15 -0500 Message-ID: <874omkzhzg.fsf@stupidchicken.com> References: <27107078.post@talk.nabble.com> <27200967.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263754057 7962 80.91.229.12 (17 Jan 2010 18:47:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 18:47:37 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 19:47:29 2010 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 1NWa9m-0007gD-Ge for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 19:47:26 +0100 Original-Received: from localhost ([127.0.0.1]:57799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWa9n-00050O-Dr for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 13:47:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWa9i-000507-C1 for emacs-devel@gnu.org; Sun, 17 Jan 2010 13:47:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWa9e-0004zF-UX for Emacs-devel@gnu.org; Sun, 17 Jan 2010 13:47:22 -0500 Original-Received: from [199.232.76.173] (port=38576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWa9e-0004zC-Nb for Emacs-devel@gnu.org; Sun, 17 Jan 2010 13:47:18 -0500 Original-Received: from pantheon-po39.its.yale.edu ([130.132.50.100]:46284) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWa9e-0006zZ-D3 for Emacs-devel@gnu.org; Sun, 17 Jan 2010 13:47:18 -0500 Original-Received: from furry (dhcp128036014123.central.yale.edu [128.36.14.123]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0HIlGdN027088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 17 Jan 2010 13:47:16 -0500 Original-Received: by furry (Postfix, from userid 1000) id BA661C05D; Sun, 17 Jan 2010 11:47:15 -0700 (MST) In-Reply-To: <27200967.post@talk.nabble.com> (alin s.'s message of "Sun, 17 Jan 2010 09:36:51 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:120170 Archived-At: "alin.s" writes: > 1. breakpoint in Fx_create_frame > 2. run emacs and block X-windows. > 3. from a console kill gdb > 4. when I return in X, emacs is running , and gdb that started it is dead. What do you mean by "block X-windows"?