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

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

bug#36769: portable dumper mishandles user-defined hashtabs


From: Paul Eggert
Subject: bug#36769: portable dumper mishandles user-defined hashtabs
Date: Mon, 22 Jul 2019 18:29:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

[I reported this problem on emacs-devel here:
https://lists.gnu.org/r/emacs-devel/2019-07/msg00544.html
and am sending this to bug-gnu-emacs to get a bug number.]


Portable dumping currently can screw up hash tables with user-defined tests. I discovered this over the weekend while looking into Pip Cet's proposed changes to how portable dumping treats hash tables, and have a contrived test case (see attached) that causes gethash to fail with "Lisp nesting exceeds ‘max-lisp-eval-depth’" in an Emacs started via a portable dump, even though the same gethash works fine before dumping.

Attachment: trouble.sh
Description: application/shellscript


reply via email to

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