[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory
From: |
Yang Yingchao |
Subject: |
bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory |
Date: |
Fri, 12 Apr 2024 18:56:17 +0800 |
User-agent: |
mu4e 1.12.3; emacs 29.3.50 |
I'm testing Emacs built with Pgtk (with GTK-4.12.5), and I suspect there
may be a memory leak in virtual memory.
Steps to reproduce:
1. Start Emacs with "-Q --bg-daemon=mytest".
2. Connect to the server with 'emacsclient -c -s mytest'. This will create a
new frame.
3. Kill the newly created frame with `\C-x\C-c`.
4. Repeat steps 2 & 3, and observe `/proc/pid_of_emacs/maps`.
It seems like there could be a memory leak issue causing the increasing
number of "/memfd:gdk-wayland" entries and ultimately leading to the
crash without a core dump.
Some of my statistics are as follows:
# yyc@tbook in /proc/400602 [18:40:36]
$ cat maps | grep memfd | awk '{print $1}' | awk -F "-"
'{sum=strtonum("0x"$2)-strtonum("0x"$1); print sum}' | awk '{sum+=$1} END
{print sum}'
42688512
# yyc@tbook in /proc/400602 [18:40:57]
$ cat maps | grep memfd | awk '{print $1}' | awk -F "-"
'{sum=strtonum("0x"$2)-strtonum("0x"$1); print sum}' | awk '{sum+=$1} END
{print sum}'
51888128
# yyc@tbook in /proc/400602 [18:41:26]
$ cat /proc/400602/maps| grep /memfd: | wc -l
7
# yyc@tbook in /proc/400602 [18:41:41]
$ cat /proc/400602/maps| grep /memfd: | wc -l
9
# yyc@tbook in /proc/400602 [18:41:46]
$ cat /proc/400602/maps| grep /memfd: | wc -l
10
# yyc@tbook in /proc/400602 [18:41:51]
$ cat /proc/400602/maps| grep /memfd: | wc -l
10
# yyc@tbook in /proc/400602 [18:41:56]
$ cat /proc/400602/maps| grep /memfd: | wc -l
12
# yyc@tbook in /proc/400602 [18:42:01]
$ cat /proc/400602/maps| grep /memfd: | wc -l
12
# yyc@tbook in /proc/400602 [18:42:03]
$ cat /proc/400602/maps| grep /memfd:
7f0ca170a000-7f0ca1fd0000 rw-s 00000000 00:01 169719
/memfd:gdk-wayland (deleted)
7f0ca1fd0000-7f0ca2896000 rw-s 00000000 00:01 169718
/memfd:gdk-wayland (deleted)
7f0ca2896000-7f0ca315c000 rw-s 00000000 00:01 175557
/memfd:gdk-wayland (deleted)
7f0ca315c000-7f0ca3a22000 rw-s 00000000 00:01 169709
/memfd:gdk-wayland (deleted)
7f0ca3a22000-7f0ca42e8000 rw-s 00000000 00:01 169708
/memfd:gdk-wayland (deleted)
7f0ca42e8000-7f0ca4bae000 rw-s 00000000 00:01 177320
/memfd:gdk-wayland (deleted)
7f0ca4bae000-7f0ca5474000 rw-s 00000000 00:01 176334
/memfd:gdk-wayland (deleted)
7f0ca5474000-7f0ca5d3a000 rw-s 00000000 00:01 175525
/memfd:gdk-wayland (deleted)
7f0ca5d3a000-7f0ca6600000 rw-s 00000000 00:01 175517
/memfd:gdk-wayland (deleted)
7f0ca773a000-7f0ca8000000 rw-s 00000000 00:01 175524
/memfd:gdk-wayland (deleted)
7f0cc4381000-7f0cc47ff000 rw-s 00000000 00:01 175518
/memfd:wayland-cursor (deleted)
7f0cc66da000-7f0cc67fa000 rw-s 00000000 00:01 175514
/memfd:wayland-cursor (deleted)
Regards
yang
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory,
Yang Yingchao <=
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Po Lu, 2024/04/12
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Eli Zaretskii, 2024/04/13
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Po Lu, 2024/04/13
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Eli Zaretskii, 2024/04/13
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Björn Bidar, 2024/04/13
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Po Lu, 2024/04/13
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Eli Zaretskii, 2024/04/14
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Po Lu, 2024/04/14
- bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Eli Zaretskii, 2024/04/14
- Message not available
- Message not available
- bug#70352: Fwd: Re: bug#70352: 29.3.50; emacs-pgtk: possible leak of virtual memory, Yang Yingchao, 2024/04/14