From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Sun, 18 Dec 2011 16:09:32 +0100 Message-ID: References: <4EEB48B2.9090602@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324220986 18354 80.91.229.12 (18 Dec 2011 15:09:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2011 15:09:46 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 18 16:09:42 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 1RcIMv-0008V8-K3 for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2011 16:09:41 +0100 Original-Received: from localhost ([::1]:41350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcIMu-0008QU-Ml for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2011 10:09:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcIMr-0008QB-Aa for emacs-devel@gnu.org; Sun, 18 Dec 2011 10:09:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcIMp-0000Pa-3M for emacs-devel@gnu.org; Sun, 18 Dec 2011 10:09:37 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:65524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcIMo-0000PH-TQ for emacs-devel@gnu.org; Sun, 18 Dec 2011 10:09:35 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2A38B98B7 for ; Sun, 18 Dec 2011 16:09:33 +0100 (CET) Original-Received: (qmail 9694 invoked by uid 89); 18 Dec 2011 15:08:55 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 18 Dec 2011 15:08:55 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id AC9777FA058; Sun, 18 Dec 2011 16:09:32 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:146798 Archived-At: Hello. 18 dec 2011 kl. 15:35 skrev Carsten Mattner: > On Sun, Dec 18, 2011 at 2:52 PM, Jan Dj=E4rv = wrote: >> Hello. >>=20 >> 18 dec 2011 kl. 11:22 skrev Carsten Mattner: >>=20 >>> 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 :). >>=20 >> 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. >=20 > Same configure and gcc options? >=20 Yes. > Can you send me the fixes separately to try them out in a clone of the > existing source tree? >=20 > I'm also going to build a new tree from bzr trunk for comparison. If you have a tree up to date, the differences are % bzr diff -r106693..106694 >=20 >> A question, you configure with this: >>=20 >> CFLAGS=3D'-O0 -ggdb -g3' CC=3D'gcc -arch i386' ./configure --with-ns >> --without-gnutls --enable-asserts >>=20 >> If you are on Lion, you must have a 64-bit CPU, so why are you >> limiting yourself to 32 bits? >=20 > To keep the memory footprint low. Ok, never noticed a big difference myself. I rather have the ability to = open larger files. Jan D.