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


View this message in rfc822 format

From: Dmitry Antipov <dmantipov <at> yandex.ru>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Ken Raeburn <raeburn <at> permabit.com>, 17975 <at> debbugs.gnu.org
Subject: 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 13:11:45 +0300
On 9/9/20 2:28 PM, Lars Ingebrigtsen wrote:

> I tried this with Emacs 28 now (on Debian bullseye), and valgrind did
> not output this warning.  (This is with a lucid build.)  However,
> looking at the x11 bug tracker, there doesn't seem to have been any
> progress there:
> 
>    https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/36
> 
> So are you still seeing this problem?

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

Dmitry




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.