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 12:04:16 +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 1324292685 22443 80.91.229.12 (19 Dec 2011 11:04:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 11:04:45 +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 Mon Dec 19 12:04:41 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 1Rcb1K-00040H-4j for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 12:04:38 +0100 Original-Received: from localhost ([::1]:35947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb1J-0006nq-6x for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 06:04:37 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb1B-0006nY-FS for emacs-devel@gnu.org; Mon, 19 Dec 2011 06:04:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcb15-0000dm-Vc for emacs-devel@gnu.org; Mon, 19 Dec 2011 06:04:29 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:55070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcb0z-0000cj-O7; Mon, 19 Dec 2011 06:04:17 -0500 Original-Received: by wgbdt11 with SMTP id dt11so8451491wgb.30 for ; Mon, 19 Dec 2011 03:04: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=2ZnNqM3YWhVAUEu4vznMjuWqXwZXH2OdOkLXxe+MG/k=; b=F/PZEeJDMHl0ger6hUvcdNC++xGyxwdSdBwlItWzaIkWROC4cVK3ez3p7F8l69nkrs P8qpr64V+FeEo874korTdzIR294Fs6Qo4XRBgEcNFx/jOYbY/dAjT/a86P2bS+LGa6fU U3EQOahjmam05ZERafi+s0Voe/6gXYqgFtpQ8= Original-Received: by 10.227.58.17 with SMTP id e17mr11650122wbh.12.1324292656890; Mon, 19 Dec 2011 03:04:16 -0800 (PST) Original-Received: by 10.223.70.193 with HTTP; Mon, 19 Dec 2011 03:04:16 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 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:146815 Archived-At: 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 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. >> >> 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 >> 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 selectio= n >> 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.