GNU bug report logs - #17975
24.3.92; assertion failure deleting frames with varying names for the same display (and, using multiple X11 connections in that case too)

Previous Next

Package: emacs;

Reported by: Ken Raeburn <raeburn <at> permabit.com>

Date: Wed, 9 Jul 2014 01:57:01 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3.92

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #75 received at 17975 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: raeburn <at> permabit.com, 17975 <at> debbugs.gnu.org, dmantipov <at> yandex.ru
Subject: Re: bug#17975: 24.3.92;
 assertion failure deleting frames with varying names for the same
 display (and, using multiple X11 connections in that case too)
Date: Fri, 11 Sep 2020 16:01:58 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Fri, 11 Sep 2020 14:54:25 +0200
> Cc: Ken Raeburn <raeburn <at> permabit.com>, 17975 <at> debbugs.gnu.org
> 
> > But, to whom it may be interesting, running the following code:
> >  (dotimes (n 10000)
> >   (let ((x (make-frame-on-display ":1.0"))
> >         (y (make-frame-on-display ":1.0")))
> >     (delete-frame x)
> >     (delete-frame y)))
> >
> > with Xnest (which is ":1.0") successfully raises Emacs' RSS from
> > ~30M to ~120M.
> 
> This sounds like it should be reported as a new bug report.

Probably.  But since AFAIK glibc doesn't return memory to the system,
it could be a simple consequence of the glibc memory management.  The
question is how much of those 120M - 30M is marked free for further
allocations by Emacs.




This bug report was last modified 4 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.