bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17975: 24.3.92; assertion failure deleting frames with varying names


From: Dmitry Antipov
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
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

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





reply via email to

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