emacs-devel
[Top][All Lists]
Advanced

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

Re: Tool-bar changes


From: Stefan Monnier
Subject: Re: Tool-bar changes
Date: Wed, 14 May 2008 21:10:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Here's my explanation for the bug:
> Each time Emacs starts up, main() calls init_fns(), which sets
> weak_hash_tables to NULL.  This means that any weak hash tables that
> were loaded into memory by temacs are orphaned, and can't be found by
> sweep_weak_hash_tables.

> So the solution is to make a new function, init_weak_hash_tables,
> analogous to init_float etc., and call it from init_alloc_once.  The
> following patch accomplishes this.  WDYT?

Sounds right on the mark.
Thank you for tracking it down, I'm kind of swamped with other things
right now,


        Stefan




reply via email to

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