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: Mon, 19 Dec 2011 12:10:56 +0100 Message-ID: References: <4EEB48B2.9090602@swipnet.se> 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 1324293083 25285 80.91.229.12 (19 Dec 2011 11:11:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 11:11:23 +0000 (UTC) Cc: eliz@gnu.org, jan.h.d@swipnet.se, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 12:11:18 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 1Rcb7h-0006TD-Va for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 12:11:14 +0100 Original-Received: from localhost ([::1]:47893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb7e-0007pG-Uf for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 06:11:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb7b-0007lR-QC for emacs-devel@gnu.org; Mon, 19 Dec 2011 06:11:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcb7a-0001tN-Qy for emacs-devel@gnu.org; Mon, 19 Dec 2011 06:11:07 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:51665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb7S-0001rw-2S; Mon, 19 Dec 2011 06:10:58 -0500 Original-Received: by wgbdt12 with SMTP id dt12so8245061wgb.0 for ; Mon, 19 Dec 2011 03:10:56 -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=ocwJdH3Pn7BiueEIwXE6YVdxLXWdA0Cck4pELaSaWAw=; b=k+crPeMRyAko3YLo2PfdKoZRRJAQzogecO+00D83lMW4GwOOIiY2DwaxnKx+/s3gun 1p1x4zdeXrKkI0uqnsEYzvtEFpabhDd5uGV5+DDYGC/VzUnPh8aPochNf7AX08FLpMja KuBC0ahRcdKgxTxWMN8iKkfAFzCmns6tgaLRU= Original-Received: by 10.216.131.77 with SMTP id l55mr8239734wei.40.1324293056936; Mon, 19 Dec 2011 03:10:56 -0800 (PST) Original-Received: by 10.223.70.193 with HTTP; Mon, 19 Dec 2011 03:10:56 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.41 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:146816 Archived-At: On Mon, Dec 19, 2011 at 3:51 AM, Richard Stallman wrote: > =A0 =A0It doesn't "seem" to be optimization related as I can > =A0 =A0to reliably reproduce the crash with a -O0 binary. > > That is a relief. Another relief is that Jan has fixed this issue which was only reproduceable if emacs nextstep frontend is run on Mac OS X from within gdb. There are other crashes, and I'm trying to help reproduce and provide enough info for them to be corrected.