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

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

Re: Crash during access_keymap


From: Juri Linkov
Subject: Re: Crash during access_keymap
Date: Mon, 21 Nov 2005 09:43:17 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> Perhaps the proper thing to do would be to NEVER put defvar
> and defconsts into pure space, i.e. only put byte-code and
> defuns there.

This will also make easier to keep the proper size of BASE_PURESIZE.
After recent addition of rfn-eshadow, pure Lisp storage increased from
1165464 to 1170232.  But I missed the compilation warning about pure
storage overflow, and spent some time debugging before I understood
why garbage collection was never completed.  Wouldn't it be good to
display a run-time warning about such GC failure due to pure storage
overflow (at least, if garbage-collection-messages is non-nil)?

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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