>>>> On Thu, 04 May 2000 18:12:57 +0100,
>>>> In message <3.0.5.32.20000504181257.0102ab40(a)london.beasys.com>,
>>>> Andy Piper <andy(a)xemacs.org> wrote:
Andy> This is good - it means my error checking code is doing some useful work,
Andy> although you are bearing the brunt of it right now. Is this
Andy> reproducible.
It occurs every so often, but I haven't found some exactly
reproducible behavior yet.
Andy> I need to know why w->subwindow_instance_cache is nil - it
Andy> implies the window has been deleted (or marked as such before).
Andy> What is w->dead set to in mark_window_as_deleted when you trip
Andy> on this? If its 1 you might want to try putting:
w->dead is 0.
Andy> if (!WINDOW_LIVE_P (w))
Andy> return;
Didn't try this since w->dead is 0. Will your glyph fixes of today
help?
Regards,
Hamish.