Aaron Jensen <[email protected]> writes: > Here is another that just happened: > https://gist.github.com/aaronjensen/5294a64f243a306b58062113b9306bab > > It's scrubbed of all string data, hopefully not over-scrubbed for you.
Thanks! It was really helpful. The problem was org-roam calling org-element-parse-buffer frequently. org-element-parse-buffer had a bug causing element cache corruption. Sometimes, :parent property of cached elements was set to uncached elements - something cache code does not expect. Fixed on main now. Best, Ihor
