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: Richard M. Stallman
Subject: Re: Crash during access_keymap
Date: Tue, 15 Nov 2005 00:43:17 -0500

    It seems to be possible to have a check_pure_storage function which
    would traverse pure storage and validate that it only refers to
    other pure object -- and also that pure storage only contains
    valid objects (e.g. I don't think storing a buffer or window object
    in pure storage makes any sense).

If we conclude that this problem is real, we could solve it
much more easily than that.  When copying an object to pure space,
any time it points to an object that isn't copied, we could verify
that that object will be protected in some other way.  If not, we could
staticpro the pure slot.




reply via email to

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