bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47052: 28.0.50; Segfault opening certain python file


From: Lars Ingebrigtsen
Subject: bug#47052: 28.0.50; Segfault opening certain python file
Date: Sun, 28 Mar 2021 17:51:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

J K sanchez <1994jorgesanchez@gmail.com> writes:

> I found it's caused by this piece of code inside my ~/.emacs.d/init.el
>
> (use-package undo-tree
>   :straight t
>   :config
>   ;; autosave the undo-tree history
>   (setq undo-tree-history-directory-alist
>         `((".*" . ,temporary-file-directory)))
>   (setq undo-tree-auto-save-history t)
>   (global-undo-tree-mode +1)
>   :diminish 'undo-tree-mode)

Is there any way for you to determine what kind of data structure you're
handling when Emacs goes into this apparently infinite recursion in
substitute_object_recurse?  The backtraces weren't all that informative
here...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]