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: Thu, 15 Dec 2011 22:22:24 +0100 Message-ID: References: <83wr9x1s1i.fsf@gnu.org> 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 1323984158 17766 80.91.229.12 (15 Dec 2011 21:22:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2011 21:22:38 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 22:22:32 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 1RbIl5-0004SY-BH for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 22:22:31 +0100 Original-Received: from localhost ([::1]:38074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbIl4-0005Wl-EK for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2011 16:22:30 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbIl1-0005WI-DL for emacs-devel@gnu.org; Thu, 15 Dec 2011 16:22:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbIl0-0006Jk-L5 for emacs-devel@gnu.org; Thu, 15 Dec 2011 16:22:27 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:35777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbIky-0006JI-VY; Thu, 15 Dec 2011 16:22:25 -0500 Original-Received: by ggni2 with SMTP id i2so2690413ggn.0 for ; Thu, 15 Dec 2011 13:22:24 -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=+IoUsmGjD1ZT0WJOJfTxy3jQwC8t1NEJMC4EOn3zCJk=; b=dy5f1glMv4sLecvkpwtL2ZZtDKnVfnfi0MOm3C5dLwqnz9/vigtw80KkJzRZ4FJc+q XGLfqzYxUkUhuw73Evewj94nsMyXMQklrn7o6Yj1zRB/uAgtoAZJSxTjHuif0bTNVvvP kIyYbdJKQT5TZZXkAA0u8vboXVnpyDDwb7UtA= Original-Received: by 10.50.45.225 with SMTP id q1mr4259474igm.89.1323984144111; Thu, 15 Dec 2011 13:22:24 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Thu, 15 Dec 2011 13:22:24 -0800 (PST) In-Reply-To: <83wr9x1s1i.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.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:146731 Archived-At: On Thu, Dec 15, 2011 at 9:47 PM, Eli Zaretskii wrote: >> Date: Thu, 15 Dec 2011 21:42:05 +0100 >> From: Carsten Mattner >> Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org >> >> What gdb commands are you interested in me running and >> saving the output of for posting to the list? > > "bt full", for starters. Yeah, was thinking to get the call stack. Let's see if I can reproduce it. > Also, it sounds like you were in recursive edit when Emacs crashed, > can you describe how you entered the recursive edit? =A0Your description > of the circumstances under which the crash happens doesn't seem to > account for recursive edit. I had the mini buffer for C-x C-f open, switched to another application, did maybe some dir browse with tab completion (no Ido). Then at some point I decided to cancel with C-g and it seemed to get into a loop until it crashed. It displayed OSX's multi-colored animated swirl icon or however it's called these days.