Noam Postavsky writes: > Looking at the fix-list in the backtrace, we have: > > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com/_site/docs/apis/workflow/v0.13.0" # nil] > { ;; repeated 5 times... > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com/_site/docs/apis/sample" #> "index.html"] > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com/_site/doc/apis/sample" #> "index.html"] > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com/_site/docs/apis/sample/sample" #> "index.html"] > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com" #> "index.html"] > [cl-struct-uniquify-item "index.html" "/Users/david.biesack/dev/developer.apiture.com/_site/docs/concepts" #> "index.html"] > } I managed to hit this myself. I'm not exactly sure what triggered it. My problematic fix-list looks like this: (#s(uniquify-item :base "term-tests.el" :dirname "/home/npostavs/src/emacs/master/test/lisp" :buffer # :proposed nil) #3=#s(uniquify-item :base #1="term-tests.el" :dirname "/home/npostavs/src/emacs/emacs-master/test/lisp" :buffer # :proposed #1#) #4=#s(uniquify-item :base #2="term-tests.el" :dirname "/home/npostavs/src/emacs/emacs-26/test/lisp" :buffer # :proposed #2#) #3# #4#) I suspect the problem is happening earlier, so we'll need some other test to catch it.