From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Fri, 16 Dec 2011 13:46:55 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324039641 32469 80.91.229.12 (16 Dec 2011 12:47:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 12:47:21 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 13:47:17 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 1RbXBz-00056m-O9 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2011 13:47:15 +0100 Original-Received: from localhost ([::1]:50630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbXBz-0002YW-Bg for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2011 07:47:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbXBs-0002YF-Ik for emacs-devel@gnu.org; Fri, 16 Dec 2011 07:47:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbXBm-000682-Vu for emacs-devel@gnu.org; Fri, 16 Dec 2011 07:47:08 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:60433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbXBh-00067I-1S; Fri, 16 Dec 2011 07:46:57 -0500 Original-Received: by iacb35 with SMTP id b35so3121049iac.0 for ; Fri, 16 Dec 2011 04:46:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=lsrArj8ynvjeesWtEub9Cw4mXV+sMoEjjASjOi1gEyc=; b=xjg7HDWMPLtFDsOg4yrgC5ZuJf6DU9NlFSAb1JdJxgR5Qoq/7WbWZIosTCL1j0pEoK lo3oR6iomaQ93e7o8HMvFMhk15pYpCDOFFxDcLWOp9RSePq0/ctDE1cq0XXYCOSFu+o8 UmppQrVlvGdJsgylOMN9TEUJ6GiCAmWoXvYEI= Original-Received: by 10.50.160.161 with SMTP id xl1mr8308540igb.5.1324039615776; Fri, 16 Dec 2011 04:46:55 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Fri, 16 Dec 2011 04:46:55 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:146738 Archived-At: On Thu, Dec 15, 2011 at 10:24 PM, Carsten Mattner wrote: > On Thu, Dec 15, 2011 at 7:08 AM, Eli Zaretskii wrote: >>> 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=E4rv wrote: >>> > Hello. >>> > >>> > I can't reproduce this either. =A0Can you reproduce this? =A0Does 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 >> >> =A0CFLAGS=3D'-O0 -ggdb -g3' ./configure --enable-asserts > > Using this line > CFLAGS=3D'-O0 -ggdb -g3' CC=3D'gcc -arch i386' ./configure --with-ns > --without-gnutls --enable-asserts Haven't been able to reproduce the crash yesterday. Gonna use Emacs via gdb for the rest of the day. I hope the crash didn't vanish just due to differences in the generated cod= e.