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: Sun, 18 Dec 2011 15:35:30 +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 1324218941 4968 80.91.229.12 (18 Dec 2011 14:35:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2011 14:35:41 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 18 15:35:36 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 1RcHpw-0003LG-6V for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2011 15:35:36 +0100 Original-Received: from localhost ([::1]:36565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcHpv-0004Qd-Mp for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2011 09:35:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcHpt-0004Py-Mo for emacs-devel@gnu.org; Sun, 18 Dec 2011 09:35:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcHps-0003DW-Qd for emacs-devel@gnu.org; Sun, 18 Dec 2011 09:35:33 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:64813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcHpr-0003DG-3J; Sun, 18 Dec 2011 09:35:31 -0500 Original-Received: by iacb35 with SMTP id b35so6292675iac.0 for ; Sun, 18 Dec 2011 06:35:30 -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=KYKJNEWkD3D5/7cAjkvuqu0tcB938DiSTHniVLfNRhs=; b=ObG77cgJgJ0CxEjWbKt9XG3Q83gAOihtEGmyyxX97/tqHr52lK9xh/q9yiAimQI5ka nGfIBlXe3bttVlhqMJlNddp3XXZkRZNeYOg9d4PoYmZfHlPFe4aWeZmXP1XutE5K6dck mfvI2Al/G4s1W0MQJaw9U+2ejetAMcin1urSQ= Original-Received: by 10.50.154.228 with SMTP id vr4mr21554751igb.65.1324218930480; Sun, 18 Dec 2011 06:35:30 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Sun, 18 Dec 2011 06:35:30 -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:146797 Archived-At: On Sun, Dec 18, 2011 at 2:52 PM, Jan Dj=E4rv wrote: > Hello. > > 18 dec 2011 kl. 11:22 skrev Carsten Mattner: > >> For the record, it doesn't crash that easily if I do not run Emacs.app >> via gdb. Usually something starts to work when run in a debugger and >> not the other way around :). > > I ran Emacs compiled as you did, with evil-mode enabled for three > hours and did not get any errors. However, I checked in some fixes, > please try that variant. Same configure and gcc options? Can you send me the fixes separately to try them out in a clone of the existing source tree? I'm also going to build a new tree from bzr trunk for comparison. > A question, you configure with this: > > CFLAGS=3D'-O0 -ggdb -g3' CC=3D'gcc -arch i386' ./configure --with-ns > --without-gnutls --enable-asserts > > If you are on Lion, you must have a 64-bit CPU, so why are you > limiting yourself to 32 bits? To keep the memory footprint low.