[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging emacs memory management
From: |
Eli Zaretskii |
Subject: |
Re: Debugging emacs memory management |
Date: |
Wed, 23 Sep 2015 09:35:29 +0300 |
> From: Dima Kogan <address@hidden>
> Date: Tue, 22 Sep 2015 14:33:55 -0700
> Cc: address@hidden, address@hidden
>
> > I tried to reproduce this on my machine, but couldn't. What I see is
> > that the chain of calls you reported happens only once, when the first
> > frame is created. When I later create a second frame, either with
> > "C-x 5 f" or by invoking emacsclient, x_new_font is indeed invoked
> > again, but it doesn't call Fset_char_table_range, and consequently no
> > additional sub-char-tables are allocated.
> >
> > So I guess your customizations, in particular those related to fonts
> > and fontsets, are critical for debugging this problem.
>
> My machine ran out of memory, tried to swap, locked up, and forced me to
> reboot. When it came back, I no longer see the leak under THESE
> conditions.
OK, but could you please show your font-related customizations anyway?
Thanks.
- Re: Debugging emacs memory management, Dima Kogan, 2015/09/15
- Re: Debugging emacs memory management, Paul Eggert, 2015/09/16
- Re: Debugging emacs memory management, Dima Kogan, 2015/09/20
- Re: Debugging emacs memory management, Eli Zaretskii, 2015/09/21
- Re: Debugging emacs memory management, Dima Kogan, 2015/09/21
- Re: Debugging emacs memory management, Eli Zaretskii, 2015/09/21
- Re: Debugging emacs memory management, Eli Zaretskii, 2015/09/21
- Re: Debugging emacs memory management, Dima Kogan, 2015/09/22
- Re: Debugging emacs memory management,
Eli Zaretskii <=
- Re: Debugging emacs memory management, Dima Kogan, 2015/09/23
- Re: Debugging emacs memory management, Eli Zaretskii, 2015/09/23
Re: Debugging emacs memory management, Davis Herring, 2015/09/16
Re: Debugging emacs memory management, Markus Triska, 2015/09/16