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: Mon, 19 Dec 2011 17:53:16 +0100 Message-ID: References: <4EEB48B2.9090602@swipnet.se> <4EEF5E72.2010007@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 1324313619 16559 80.91.229.12 (19 Dec 2011 16:53:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 16:53:39 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 17:53:35 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 1RcgSy-00086w-Cl for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 17:53:32 +0100 Original-Received: from localhost ([::1]:53230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcgSx-0000uG-Vl for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 11:53:31 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcgSv-0000u0-2j for emacs-devel@gnu.org; Mon, 19 Dec 2011 11:53:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcgSp-0002XS-FI for emacs-devel@gnu.org; Mon, 19 Dec 2011 11:53:28 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:56910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcgSj-0002Wr-Hc; Mon, 19 Dec 2011 11:53:17 -0500 Original-Received: by iacb35 with SMTP id b35so8273913iac.0 for ; Mon, 19 Dec 2011 08:53:16 -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=XvadV7cezXFdjJxDD3SKlcaj+EiRtsiwtHuwN7ZjrlQ=; b=AoszeLThskVPqZAF3p+/K5xhYvlqkkByL6XNyYHOdjnc2n4Ospc3+1RDrrgGfzKcWf iuYR2K02yuag0cjZ+VxjVS2r+zFNwFhynFacZV+JFMlARqarB/qfSBj+AlisuSm78MwT UhtzaTJGzM1AikBbqUwlG6TPqkwO6q4hA7kkE= Original-Received: by 10.50.94.170 with SMTP id dd10mr27971907igb.41.1324313596870; Mon, 19 Dec 2011 08:53:16 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Mon, 19 Dec 2011 08:53:16 -0800 (PST) In-Reply-To: <4EEF5E72.2010007@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:146832 Archived-At: On Mon, Dec 19, 2011 at 4:55 PM, Jan D. wrote: > Carsten Mattner skrev 2011-12-19 12:04: > >> On Mon, Dec 19, 2011 at 7:32 AM, Jan Dj=E4rv =A0wrot= e: >>> >>> Hello. >>> >>> 18 dec 2011 kl. 18:58 skrev Carsten Mattner: >>> >>>> On Sun, Dec 18, 2011 at 2:52 PM, Jan Dj=E4rv =A0wr= ote: >>>>> >>>>> 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.a= pp >>>>>> 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. >>>> >>>> >>>> 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 >>>> selection >>>> iniated via evil-mode in progress. >>> >>> >>> Is this with the latest trunk started with -Q? =A0I 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. =A0Maybe the ch= anges > made moved it somewhere else. So I guess we should concentrate on the reproducable crash in the old tree with the older revno. Any stack frames you want me to inspect? Maybe we can pinpoint another should-not-happen fault.