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

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

bug#31469: 27.0.50; Emacs crashes violently when `~/.emacs' does not set


From: Eli Zaretskii
Subject: bug#31469: 27.0.50; Emacs crashes violently when `~/.emacs' does not set `package-selected-packages' and `list-packages' is run
Date: Thu, 17 May 2018 22:14:26 +0300

> From: Jared Flatow <jflatow@gmail.com>
> Date: Thu, 17 May 2018 09:39:48 -0700
> Cc: 31469@debbugs.gnu.org
> 
> > I could give a few ideas, but I guess it's no longer interesting, and
> > we should close the bug?
> 
> 
> I’m curious for future reference, if it’s not too difficult to explain.

Idea #1: figure out which Lisp function is being called by funcall (by
looking at the first argument of funcall), then use debug-on-entry to
stop when that function is called.

Idea #2: decrease the values of max-specpdl-size and
max-lisp-eval-depth to cause an error in the Lisp interpreter before
the C stack is overflown.

> Yes I guess the issue should be closed

Done.





reply via email to

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