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: YAMAMOTO Mitsuharu
Subject: Re: Crash during access_keymap
Date: Mon, 14 Nov 2005 20:30:51 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Mon, 14 Nov 2005 10:49:03 +0100, address@hidden (Kim F. Storm) said:

> 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).

> This function only needed to be run once during the build process,
> e.g. just before undump.

Yeah, I only thought about the case that a pointer in the pure storage
are changed so as to point to an impure object during the execution of
a dumped one, but that may also occur in a dumping session.  The
latter cannot be caught by the watchpoint.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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