From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Thu, 15 Dec 2011 01:08:15 -0500 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1323929307 12207 80.91.229.12 (15 Dec 2011 06:08:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2011 06:08:27 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 07:08:21 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 1Rb4UO-0007NA-Qs for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 07:08:20 +0100 Original-Received: from localhost ([::1]:60416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb4UO-0007eC-2U for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 01:08:20 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb4UK-0007du-TD for emacs-devel@gnu.org; Thu, 15 Dec 2011 01:08:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb4UJ-0003iH-N9 for emacs-devel@gnu.org; Thu, 15 Dec 2011 01:08:16 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb4UJ-0003i7-Li for emacs-devel@gnu.org; Thu, 15 Dec 2011 01:08:15 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rb4UJ-0001V8-Hx; Thu, 15 Dec 2011 01:08:15 -0500 In-reply-to: (message from Carsten Mattner on Wed, 14 Dec 2011 22:45:13 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:146723 Archived-At: > Date: Wed, 14 Dec 2011 22:45:13 +0100 > From: Carsten Mattner > Cc: Emacs developers > > On Wed, Dec 14, 2011 at 9:50 PM, Jan Djärv wrote: > > Hello. > > > > I can't reproduce this either.  Can you reproduce this?  Does it happen with -Q? > > Can you compile Emacs with debugging enabled and run Emacs in gdb? > > Quick instructions or link to instructions? > Some undocumented ./configure option? Configure with CFLAGS='-O0 -ggdb -g3' ./configure --enable-asserts > When I search for it, I only seem to find docs about using > debuggers in emacs, not debugging emacs. See etc/DEBUG. But I'm not sure this is what you are looking for. Please elaborate what instructions you need. > Was the info from the OSX crash handler not useful at all? It is very hard to relate with the sources, since there's no source line information there.