From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Possible bug in the org-element cache code? Date: Wed, 08 Jan 2014 07:14:55 -0500 Message-ID: <87ha9ezn40.fsf@gmail.com> References: <878uur135z.fsf@gmail.com> <87ppo2c3l1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0s7M-0000SC-Nf for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:20:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0s7D-0003Sm-FO for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:20:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:43837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0s7D-0003Se-8m for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:20:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0s79-0003O2-Et for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 13:20:03 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 13:20:03 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 13:20:03 +0100 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 Nicolas Goaziou writes: > 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. > OK - thanks. -- Nick