all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: J K sanchez <1994jorgesanchez@gmail.com>
Cc: 47052@debbugs.gnu.org
Subject: bug#47052: 28.0.50; Segfault opening certain python file
Date: Sun, 28 Mar 2021 17:51:29 +0200	[thread overview]
Message-ID: <87pmzjp98e.fsf@gnus.org> (raw)
In-Reply-To: <CAH873HBmgGi0Q6kn=SdqCsOaPC36UMPw+9aarPaNV762CfNimQ@mail.gmail.com> (J. K.'s message of "Wed, 10 Mar 2021 16:59:51 +0000")

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	other threads:[~2021-03-28 15:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 15:54 bug#47052: 28.0.50; Segfault opening certain python file J K sanchez
2021-03-10 16:55 ` Eli Zaretskii
2021-03-10 16:59   ` J K sanchez
2021-03-28 15:51     ` Lars Ingebrigtsen [this message]
2021-05-12 19:01       ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmzjp98e.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=1994jorgesanchez@gmail.com \
    --cc=47052@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.