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: Sat, 17 Dec 2011 19:30:54 +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 1324146666 1998 80.91.229.12 (17 Dec 2011 18:31:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2011 18:31:06 +0000 (UTC) Cc: eliz@gnu.org, "Jan D." , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 19:31:02 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 1Rbz2E-0003Vi-78 for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 19:31:02 +0100 Original-Received: from localhost ([::1]:35109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbz2D-0007fi-Oa for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 13:31:01 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbz2B-0007fX-2e for emacs-devel@gnu.org; Sat, 17 Dec 2011 13:30:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbz29-0000l5-V0 for emacs-devel@gnu.org; Sat, 17 Dec 2011 13:30:59 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:60212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbz27-0000k2-Gr; Sat, 17 Dec 2011 13:30:55 -0500 Original-Received: by iacb35 with SMTP id b35so5254577iac.0 for ; Sat, 17 Dec 2011 10:30:54 -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=bYEEMV+qb+UJpSKSUQLQ76FUZ6ZdiHkntIbv2CxnD80=; b=BsH1LMs6BbFpUg302Twd71TIvCGjeXw80VOdW5NqvQDR+cwYPZhGsuxfqkyuvcLVKy 5Z2TRmBMOhYZS6FKdcpghVc6REpV5sCCMUGK1uxATvtE3PGykPWoeiVAuwDA/C8YrB0X ZD0tbh7QuZC1zycS70FdfG75NFfube3f94qMk= Original-Received: by 10.50.42.166 with SMTP id p6mr16654063igl.17.1324146654691; Sat, 17 Dec 2011 10:30:54 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Sat, 17 Dec 2011 10:30:54 -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:146789 Archived-At: On Sat, Dec 17, 2011 at 7:26 PM, Richard Stallman wrote: > =A0 =A0> Haven't been able to reproduce the crash yesterday. > =A0 =A0> Gonna use Emacs via gdb for the rest of the day. > =A0 =A0> I hope the crash didn't vanish just due to differences in the ge= nerated code. > > =A0 =A0This may be the case. =A0It may be an optimization issue. > > If so, it is very important to track it down. > > Can you find out which function the problem is in? It doesn't "seem" to be optimization related as I can to reliably reproduce the crash with a -O0 binary.