From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#17040: 24.3.50; Emacs + Org mode hangs Date: Wed, 19 Mar 2014 19:03:32 +0200 Message-ID: <8338ie9l3v.fsf__31867.4779883169$1395248698$gmane$org@gnu.org> References: <86lhw65j8f.fsf@somewhere.org> Reply-To: Eli Zaretskii Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQJuT-00041x-Sq for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 13:04:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQJuN-0005eY-JR for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 13:04:09 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <86lhw65j8f.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 > Date: Wed, 19 Mar 2014 15:57:36 +0100 > > Anyway, here's the backtrace IĀ got: Thanks for the effort, but as I said several times, such backtraces are not useful without the Lisp backtrace part. All I can say from this backtrace is that you were deep inside some hook stored in before-change-functions; that hook was invoked because you inserted something into a buffer. That is all. 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.