From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Mon, 19 Dec 2011 16:55:30 +0100 Message-ID: <4EEF5E72.2010007@swipnet.se> References: <4EEB48B2.9090602@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324310152 21287 80.91.229.12 (19 Dec 2011 15:55:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 15:55:52 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 16:55:45 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 1RcfZ3-0005PV-NH for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 16:55:45 +0100 Original-Received: from localhost ([::1]:34143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfZ3-0003B0-7t for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 10:55:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:58394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfYw-00039L-DY for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:55:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcfYq-0005se-RR for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:55:38 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:53214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfYq-0005sV-Ip for emacs-devel@gnu.org; Mon, 19 Dec 2011 10:55:32 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id D632491B1 for ; Mon, 19 Dec 2011 16:55:31 +0100 (CET) Original-Received: (qmail 86 invoked by uid 89); 19 Dec 2011 15:54:52 -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; 19 Dec 2011 15:54:52 -0000 Original-Received: from [10.225.16.17] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 45C217FA058; Mon, 19 Dec 2011 16:55:31 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: 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:146830 Archived-At: Carsten Mattner skrev 2011-12-19 12:04: > On Mon, Dec 19, 2011 at 7:32 AM, Jan Dj=E4rv wrote= : >> Hello. >> >> 18 dec 2011 kl. 18:58 skrev Carsten Mattner: >> >>> On Sun, Dec 18, 2011 at 2:52 PM, Jan Dj=E4rv wro= te: >>>> 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 an= d >>>>> 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. >>> >>> Trunk doesn't crash as easily in gdb. >> >> If you didn't run trunk, what did you run? > > That was trunk from when I started to test the crash > and I didn't want to change the tree (bzr lingo branch) > for reproducability. > > $ bzr revno 106680 > vs > $ bzr revno 106694 Ok, that makes sense. > >>> Jan, what about the other crash I had posted a full backtrace of when= I tried >>> it in a terminal? >>> It crashes when I do the same, but use C-g to cancel the visual selec= tion >>> iniated via evil-mode in progress. >> >> Is this with the latest trunk started with -Q? I can't reproduce it. > > Latest trunk but without evil-mode it doesn't crash as described. I think there might be a memory corruption going on here. Maybe the=20 changes made moved it somewhere else. Jan D.