https://bugs.kde.org/show_bug.cgi?id=405667

Alexander Meshcheryakov <alexander....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander....@gmail.com

--- Comment #8 from Alexander Meshcheryakov <alexander....@gmail.com> ---
I have the same issue on Arch linux. There is very good chance that this leak
is related to intel graphics driver:

# pmap -x -p $(pidof Xorg) | head -20
1306:   /usr/lib/Xorg -nolisten tcp -auth
/var/run/sddm/{377320b3-66db-45c6-aac2-fce784945c1f} -background none -noreset
-displayfd 17 -seat seat0 vt1
Address           Kbytes     RSS   Dirty Mode  Mapping
000055664b7ee000     180       0       0 r---- /usr/lib/Xorg
000055664b81b000    1576    1124       0 r-x-- /usr/lib/Xorg
000055664b9a5000     444     156       0 r---- /usr/lib/Xorg
000055664ba14000      16      16      16 r---- /usr/lib/Xorg
000055664ba18000      24      24      24 rw--- /usr/lib/Xorg
000055664ba1e000     128      60      60 rw---   [ anon ]
000055664ca36000   76316   75992   75992 rw---   [ anon ]
00007f64253f2000    8100    8100    8100 rw-s- /i915 (deleted)
00007f6426d7d000    6664    6664    6664 rw-s- /i915 (deleted)
00007f64273ff000    8100    8100    8100 rw-s- /i915 (deleted)
00007f6427be8000    7680    7680    7680 rw-s- /i915 (deleted)
00007f6428368000    7920    7740    7740 rw-s- /i915 (deleted)
00007f6428b24000    7680    7680    7680 rw-s- /tmp/#31647510 (deleted)
00007f64292a4000    7680    7680    7680 rw-s- /i915 (deleted)
00007f6429a24000    8192    8192       0 rw-s- /i915 (deleted)
00007f642a224000    7680    7680    2020 rw-s- /i915 (deleted)
00007f642a9a4000    8100    8100    8100 rw-s- /tmp/#31166531 (deleted)
00007f642b18d000    7680    7680    2904 rw-s- /i915 (deleted)

# pmap -x -p $(pidof Xorg)|awk '/i915/{sum+=$3} END{print sum}' 
836616
# ps -o rss -C Xorg
  RSS
1012412

Also in discussion at https://bbs.archlinux.org/viewtopic.php?id=245550 all
people with this issue have intel graphics and everyone with another GPU do not
have it.

On another hand on my system it appeared about the same time plasma was
upgraded to 5.15, so changes in plasma likely to be involved.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to