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 15:21: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 1324045340 9029 80.91.229.12 (16 Dec 2011 14:22:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2011 14:22:20 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 15:22:14 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 1RbYfu-00055l-7I for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2011 15:22:14 +0100 Original-Received: from localhost ([::1]:55004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYft-000890-Oq for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2011 09:22:13 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYfi-000874-3f for emacs-devel@gnu.org; Fri, 16 Dec 2011 09:22:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbYfh-0006os-94 for emacs-devel@gnu.org; Fri, 16 Dec 2011 09:22:02 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:47130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbYfb-0006ng-3H; Fri, 16 Dec 2011 09:21:55 -0500 Original-Received: by iacb35 with SMTP id b35so3248008iac.0 for ; Fri, 16 Dec 2011 06:21: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=I3W0PU56/mA0D8lYEuaNMTIE7PB7mTmYNZ283K+UTbo=; b=pI76IiE5v8QgTTIJUO2zPJA0Z9+QmppTFUaD622uZ8QXRQsbos4dXTuRV5fVelAk5f a21gkcICNA9qSoH2zfovw8l9riTeRr0uQlIlIZoALcGpG3vOoGmObpdQltWO0n4Rn5vw b4o3lxbewtA9s7sXYCe5Ql2zi2pPllcWfnGzM= Original-Received: by 10.50.160.161 with SMTP id xl1mr8721999igb.5.1324045314306; Fri, 16 Dec 2011 06:21:54 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Fri, 16 Dec 2011 06:21:54 -0800 (PST) In-Reply-To: <4EEB48B2.9090602@swipnet.se> 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:146741 Archived-At: On Fri, Dec 16, 2011 at 2:33 PM, Jan D. wrote: > Hello. > > Carsten Mattner skrev 2011-12-16 13:46: >> >> On Thu, Dec 15, 2011 at 10:24 PM, Carsten Mattner >> =A0wrote: >>> >>> >>> 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 >> code. > > > This may be the case. =A0It may be an optimization issue. I hope it's not and I can reproduce it for pinpointing the faulty piece of = code.