From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Possible bug in the org-element cache code? Date: Wed, 08 Jan 2014 08:52:58 +0100 Message-ID: <87ppo2c3l1.fsf@gmail.com> References: <878uur135z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0nwV-0002Oh-Uj for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 02:52:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0nwN-0003Wj-HE for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 02:52:47 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0nwN-0003Wd-Af for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 02:52:39 -0500 Received: by mail-wi0-f175.google.com with SMTP id hi5so5154447wib.8 for ; Tue, 07 Jan 2014 23:52:38 -0800 (PST) In-Reply-To: <878uur135z.fsf@gmail.com> (Nick Dokos's message of "Tue, 07 Jan 2014 23:57:28 -0500") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > I've gotten the attached backtrace a couple of times in the past few > days. Also same error with org-cache-sync. I'm not sure how reproducible > it is and I have to admit that I've been running with a possibly tainted > emacs/org for the last few days. I'll restart emacs and try to keep it > pristine and see if it happens again, but I thought I'd post the > backtrace just in case it is real. It is because I changed cache structure from a hash table to an AVL tree (basically a vector). If you restart Emacs, or (setq org-element--cache nil) in all Org buffers, the error should go away. Thank you for the report anyway. Regards, -- Nicolas Goaziou