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 Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Sat, 17 Dec 2011 17:09:01 +0100 Message-ID: <54BDFFDD-C0D2-4242-94D8-91D988B74283@swipnet.se> References: <4EEB48B2.9090602@swipnet.se> <83liqc1tac.fsf@gnu.org> <83fwgk1atk.fsf@gnu.org> <838vmb1tu6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324138156 11480 80.91.229.12 (17 Dec 2011 16:09:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2011 16:09:16 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 17:09:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rbwou-0005Uo-Lp for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 17:09:08 +0100 Original-Received: from localhost ([::1]:50824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbwou-0006lS-6q for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 11:09:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbwoq-0006lC-Tl for emacs-devel@gnu.org; Sat, 17 Dec 2011 11:09:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbwoq-00037F-24 for emacs-devel@gnu.org; Sat, 17 Dec 2011 11:09:04 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:51684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbwop-000378-Qu for emacs-devel@gnu.org; Sat, 17 Dec 2011 11:09:04 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 047EA907C for ; Sat, 17 Dec 2011 17:09:02 +0100 (CET) Original-Received: (qmail 5715 invoked by uid 89); 17 Dec 2011 16:08:25 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 17 Dec 2011 16:08:25 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id B4EF17FA058; Sat, 17 Dec 2011 17:09:01 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146774 Archived-At: Hello. 17 dec 2011 kl. 16:39 skrev Carsten Mattner: >=20 > New session same #4 for that call > (gdb) frame 4 > #4 0x00285202 in Fx_own_selection_internal (selection_name=3D27744162, > selection_value=3D78814449) at nsselect.m:425 > 425 ns_handle_selection_request (&ev); > Current language: auto; currently objective-c > (gdb) p selection_name > $1 =3D 27744162 > (gdb) xtype > Undefined command: "xtype". Try "help". > (gdb) xsymbol > Undefined command: "xsymbol". Try "help". > (gdb) >=20 > Could gdb be too old for xsymbol/xtype commands? Are those aliases? They are commands from .gdbinit in Emacs src directory. You should = start gdb when standing in that directory, or source that file into gdb. = That is, when gdb is started: (gdb) source /src/.gdbinit > GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Aug 8 20:32:45 = UTC 2011) > Copyright 2004 Free Software Foundation, Inc. >=20 > Apple prefers lldb and I have that ready and also could build > lldb from svn trunk if there's a reason to do so. I don't think lldb understands Emacs .gdbinit, so there is no reason to = use it. I think it yses Python as a scripting language (yech ...). Jan D.