unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Georges Ko <gko@gko.net>
To: 24634@debbugs.gnu.org
Subject: bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "wavy" characters
Date: Sat, 08 Oct 2016 23:24:24 +0800	[thread overview]
Message-ID: <86h98mrhhz.fsf@gko.net> (raw)
In-Reply-To: <yd8r37k8iwkd.fsf@gko.net>

Eli Zaretskii <eliz@gnu.org> writes:

>> 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);
>     }
> }

OK, this version fixes all cases!
-- 
 Georges Ko                     gko@gko.net                      2016-10-08






  reply	other threads:[~2016-10-08 15:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-07  4:59 bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "wavy" characters Georges Ko
2016-10-07  7:16 ` Nikolay Kudryavtsev
2016-10-07  8:05 ` Eli Zaretskii
2016-10-07 17:01   ` Georges Ko
2016-10-07 19:03     ` Eli Zaretskii
2016-10-08  2:59       ` Georges Ko
2016-10-08  6:21         ` Eli Zaretskii
2016-10-08  8:20           ` Georges Ko
2016-10-08 14:11             ` Georges Ko
2016-10-08 14:43               ` Eli Zaretskii
2016-10-08 15:24                 ` Georges Ko [this message]
2016-10-08 19:34                   ` Eli Zaretskii
2016-10-10  9:54                     ` Georges Ko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86h98mrhhz.fsf@gko.net \
    --to=gko@gko.net \
    --cc=24634@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).