> From: Fabrice Niessen <fni-n...@pirilampo.org> > Cc: 18...@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.