From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: 8.3 hangs Date: Sat, 15 Aug 2015 17:29:41 +0800 Message-ID: <87k2swx5kq.fsf@ericabrahamsen.net> References: <87pp30hmlb.fsf@nicolasgoaziou.fr> <87io8seyim.fsf@nicolasgoaziou.fr> <20150807041125.GC28462@chitra.no-ip.org> <87r3neb3is.fsf@nicolasgoaziou.fr> <87lhddovme.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQXml-0003Ib-6i for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 05:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQXmi-0000H2-0b for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 05:29:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:53770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQXmh-0000GW-QQ for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 05:29:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZQXme-0003ss-SV for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 11:29:49 +0200 Received: from 114.250.120.185 ([114.250.120.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Aug 2015 11:29:48 +0200 Received: from eric by 114.250.120.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Aug 2015 11:29:48 +0200 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: > 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. I still get hangs from time to time, and `kill -12 $(pidof emacs)' always shows flyspell-mode in the mix. I never get hangs without flyspell-mode. I think this has been mentioned before, but I don't know if anyone went any farther with it. I still get hangs!