Re: [O] Parser cache is disabled by default

2017-01-21 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Is there an easy to follow receipt what to do in order to help > you debugging? When Emacs hangs I do pkill -USR2 emacs but then > there is no debug info!? The freezes itself is easy to understand. The cache (an AVL tree) is corrupted, and inserting a new cached

Re: [O] Parser cache is disabled by default

2017-01-21 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [21. Jan. 2017]: > I decided to disable cache by default for the time being. IOW, > `org-element-use-cache' is nil. > > Please consider turning it on if you want to help debugging the issue. Is there an easy to follow receipt what to do in order to help you debuggin