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

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

Re: frames vs. weak hash tables and garbage collection


From: Thien-Thi Nguyen
Subject: Re: frames vs. weak hash tables and garbage collection
Date: Thu, 30 Aug 2007 05:00:48 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

() Joe Wells <jbw@macs.hw.ac.uk>
() Thu, 30 Aug 2007 02:27:32 +0100

   ;; The only reference to the new frame is now the key in the hash
   ;; table.  Because of the weakness, this key should not keep the
   ;; frame alive.

there's a lot of stuff going on w/ make-frame.

try replacing `(make-frame)' with:

  (x-create-frame-with-faces)

here, i see that `reproduce-bug' returns nil.
what do you see?

thi




reply via email to

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