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

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

bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "


From: Eli Zaretskii
Subject: bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "wavy" characters
Date: Sat, 08 Oct 2016 17:43:40 +0300

> From: Georges Ko <gko@gko.net>
> Date: Sat, 08 Oct 2016 22:11:47 +0800
> 
> When compiled with compact_font_caches empty or not called, Emacs
> crashes at launch...

Sorry, I failed to mention that you need to leave the mark_object call
there.  IOW, the function compact_font_caches should be like this:

static void
compact_font_caches (void)
{
  struct terminal *t;

  for (t = terminal_list; t; t = t->next_terminal)
    {
      Lisp_Object cache = TERMINAL_FONT_CACHE (t);
      mark_object (cache);
    }
}





reply via email to

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