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: Thu, 15 Dec 2011 22:24:51 +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 1323984301 19299 80.91.229.12 (15 Dec 2011 21:25:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2011 21:25:01 +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 Thu Dec 15 22:24:57 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 1RbInR-0005mn-1x for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 22:24:57 +0100 Original-Received: from localhost ([::1]:43901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbInQ-00068M-Ke for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 16:24:56 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbInO-000686-5A for emacs-devel@gnu.org; Thu, 15 Dec 2011 16:24:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbInM-000757-Pi for emacs-devel@gnu.org; Thu, 15 Dec 2011 16:24:54 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:55921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbInL-00074e-JC; Thu, 15 Dec 2011 16:24:51 -0500 Original-Received: by iacb35 with SMTP id b35so1878460iac.0 for ; Thu, 15 Dec 2011 13:24:51 -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=9AFDnJJCK6Y/hSDVJFFwyFAU8puPorbGH1cm6b4OoHE=; b=kitKtkGGjarR8qwXHpIIwRdSYPlrPR/gxWyBueEFHfdixGdERLsHav3D/rEZr9K/3h oUy8tsx8T466hWmn6XZEwo0I4wlosGskfP8Fb0phmZDusWyl7LkOtsahmQVcb7tAxuXS HQW81SnUfyb4g/sbQjiApjgeTwtayYw6cv4Nc= Original-Received: by 10.50.196.163 with SMTP id in3mr4261054igc.53.1323984291094; Thu, 15 Dec 2011 13:24:51 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Thu, 15 Dec 2011 13:24:51 -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:146732 Archived-At: 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 h= appen 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