From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: help debugging org-element crashes? Date: Fri, 25 Sep 2015 10:56:26 +0200 Message-ID: <20150925085626.GC25140@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfOny-0002Pn-Md for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 04:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfOnt-0005Qx-UX for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 04:56:34 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:38667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfOnt-0005P3-IF for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 04:56:29 -0400 Received: by wiclk2 with SMTP id lk2so10523753wic.1 for ; Fri, 25 Sep 2015 01:56:28 -0700 (PDT) Received: from chitra.no-ip.org (5072840E.static.ziggozakelijk.nl. [80.114.132.14]) by smtp.gmail.com with ESMTPSA id ub7sm2168454wib.17.2015.09.25.01.56.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 01:56:27 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Thu, Sep 24, 2015 at 04:30:13PM -0400, Peter Salazar wrote: > Hey everyone, > > I'm finding my Emacs crashing a lot; other times I get errors like these > which I assume are related to the crashes: > http://pastebin.com/Tncs79r0 > http://pastebin.com/jfdEYwVk > > I mean total Emacs crashes, where I have to force quit Emacs itself. It's > happened in various org-mode situations including: > - pasting text from OSX clipboard > - promoting/demoting org-headings > - moving subtree up or down (i.e. using org-metadown org org-metaup) [...chomp...chomp...chomp...] > Any suggestions on how I can track this down and fix it? You could use this minor mode to track down the cache issue: https://github.com/suvayu/.emacs.d/blob/master/lisp/org-element-debug.el Once you know what triggers the crash, you can probably come-up with a minimal example and post it here. @Nicolas, others, do you think this should be on an FAQ on worg? Cheers, -- Suvayu Open source is the future. It sets us free.