From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: Re: bug#18785: 24.4.1; Emacs hangs with Org mode when point is in LOGBOOK Date: Thu, 23 Oct 2014 18:51:43 +0300 Message-ID: <83vbna7pio.fsf@gnu.org> References: <8661fdegiz.fsf@example.com> <8338ahbgea.fsf@gnu.org> <86r3y0s87h.fsf@example.com> <83siig870u.fsf@gnu.org> <86oat3hy7a.fsf@example.com> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKg3-0004Yz-Jt for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 11:51:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhKfy-0001jR-6z for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 11:51:51 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:45042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKfx-0001j9-Uq for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 11:51:46 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NDW00D00MC4Z100@a-mtaout22.012.net.il> for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 18:51:44 +0300 (IDT) In-reply-to: <86oat3hy7a.fsf@example.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: emacs-orgmode@gnu.org, 18785@debbugs.gnu.org > From: Fabrice Niessen > Cc: 18785@debbugs.gnu.org, emacs-orgmode@gnu.org > Date: Thu, 23 Oct 2014 12:34:01 +0200 > > > The C-z trick doesn't work on Windows. > > That may be worth to mention it in the document? It's already there. > Fprogn (body=124089086) at c:/msys/home/Dani/emacs/trunk/src/eval.c:456 > 456 in c:/msys/home/Dani/emacs/trunk/src/eval.c > Value returned is $31 = 0 > (gdb) > --8<---------------cut here---------------end--------------->8--- > > I've typed "finish" 30 times; not sure when to stop. I still will keep > that Emacs open for now, so that you can ask me to work on it. You should type "finish" as long as you get the GDB prompt "(gdb)" in response. We want to know which frame will not give you that prompt, which is the frame where Emacs loops. Btw, you don't need to type "finish" every time, just press RET after the first time, and GDB will repeat the last command. > - It sometimes unblock by itself (after less than 2 minutes). Then maybe it isn't inflooping at all, but rather doing something lengthy.