From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 8.3 hangs Date: Sat, 15 Aug 2015 09:31:53 +0200 Message-ID: <87lhddovme.fsf@nicolasgoaziou.fr> References: <87pp30hmlb.fsf@nicolasgoaziou.fr> <87io8seyim.fsf@nicolasgoaziou.fr> <20150807041125.GC28462@chitra.no-ip.org> <87r3neb3is.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQVv1-0004sI-Uu for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 03:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQVuz-0005Je-Fl for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 03:30:19 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQVuz-0005JV-9K for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 03:30:17 -0400 In-Reply-To: (Samuel Wales's message of "Fri, 14 Aug 2015 17:27:29 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > i am still getting a lot of hangs in 8.3. most often, it is when i do > a subtree sort. > > i keep trying element debug mode, but it has magical bug preventing abilities. > > org-show-entry is another place where the bug occurs. it is part of > recreating a more folded state after undoing a sort. > > once it was like > > Debugger entered--Lisp error: (quit) > org-element--cache-compare > avl-tree--do-delete > avl-tree--do-delete > avl-tree--do-delete > avl-tree--do-delete > avl-tree--do-delete > avl-tree-delete > org-element--cache-process-request > org-element--cache-sync(# 31756) > org-element-at-point() > org-cycle-hide-drawers(children) > org-show-entry() > > anybody else getting these hangs? I don't. However, as explained already, what triggers the hang is unimportant. Once cache is corrupted, many actions can trigger a freeze. What matters is the root of the corruption. Regards,