From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#17040: 24.3.50; Emacs + Org mode hangs Date: Thu, 20 Mar 2014 18:38:31 +0200 Message-ID: <8338ic9660.fsf__19889.5982037813$1395333602$gmane$org@gnu.org> References: <86lhw65j8f.fsf@somewhere.org> <8338ie9l3v.fsf@gnu.org> <8661n9qi0r.fsf@somewhere.org> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQfzq-0003Pd-Bp for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 12:39:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQfzk-0004SG-Tg for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 12:39:10 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <8661n9qi0r.fsf@somewhere.org> 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: Sebastien Vauban Cc: 17040@debbugs.gnu.org > From: Sebastien Vauban > Cc: 17040@debbugs.gnu.org > Date: Thu, 20 Mar 2014 11:30:28 +0100 > > > What we need is names of some Lisp functions, preferably from Org, > > that we could then examine in order to look for potential infloops. > > That's impossible without Lisp backtrace. To get that, you need the > > .gdbinit file, and you need to instruct GDB to read it by using the > > 'source' command. > > I still have that GDB session open... So I just did it: > > --8<---------------cut here---------------start------------->8--- > (gdb) source ~/.gdbinit > SIGINT is used by the debugger. > Are you sure you want to change it? (y or n) [answered Y; input not from terminal] > Warning: /cygdrive/c/Program Files (x86)/emacs-r114715-20131019-w32/bin/../lwlib: No such file or directory. > Environment variable "DISPLAY" not defined. > TERM = xterm-256color > (gdb) ~/.gdbinit:1261: Error in sourced command file: > PC register is not available ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ That session is ruined, so it won't help. This happened because you typed "finish" after attaching the debugger; next time please don't do that. Since you say these problems are quite frequent, please produce the Lisp backtrace next time this happens. Thanks.