emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

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