Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936888 - gui-wm/hyprland-0.41.2 STABLEREQ
Summary: gui-wm/hyprland-0.41.2 STABLEREQ
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien Roy
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2024-07-29 13:44 UTC by Filip Kobierski
Modified: 2024-08-15 12:04 UTC (History)
3 users (show)

See Also:
Package list:
gui-wm/hyprland-0.41.2 *
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Kobierski 2024-07-29 13:44:10 UTC
unchanged for > 4 weeks
Comment 1 Julien Roy 2024-07-29 19:16:04 UTC
NACK, version 0.41.2 conflicts with gui-wm/wayfire due to stray files [0].
The next version will drop all references to wlroots so it won't conflict anymore, plus, version 0.41.1 will be stabilized soon [1]. I do not want 0.41.2 stabilized for these reasons.

[0] https://bugs.gentoo.org/935705
[1] https://bugs.gentoo.org/936647
Comment 2 Filip Kobierski 2024-07-29 20:41:42 UTC
I understand
but
0.41.1 is stable for AMD64 but it has memory leaks.

Jul 29 20:54:26 host kernel: [   3301]  1000  3301  3723828  1738781    19872      500   1718409 27377664        0             0 Hyprland
Jul 29 20:54:26 buk10 kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=2,mems_allowed=0,global_oom,task_memcg=/2,task=Hyprland,pid=3301,uid=1000
Jul 29 20:54:26 host kernel: Out of memory: Killed process 3301 (Hyprland) total-vm:14895312kB, anon-rss:79488kB, file-rss:2000kB, shmem-rss:6873636kB, UID:1000 pgtables:26736kB oom_score_adj:0

just today it happened 7 times for me:

$ grep oom kern.log | grep Hyprland | nl
     1	Jul 28 17:31:03 host kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/2,task=Hyprland,pid=3395,uid=1000
     2	Jul 28 17:31:03 host kernel: Out of memory: Killed process 3395 (Hyprland) total-vm:10698264kB, anon-rss:91008kB, file-rss:1924kB, shmem-rss:5611112kB, UID:1000 pgtables:19656kB oom_score_adj:0
     3	Jul 29 15:29:39 host kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=2,mems_allowed=0,global_oom,task_memcg=/2,task=Hyprland,pid=3164,uid=1000
     4	Jul 29 15:29:39 host kernel: Out of memory: Killed process 3164 (Hyprland) total-vm:12297396kB, anon-rss:98688kB, file-rss:7332kB, shmem-rss:5781700kB, UID:1000 pgtables:21772kB oom_score_adj:0
     5	Jul 29 20:54:26 host kernel: Hyprland invoked oom-killer: gfp_mask=0x440dc0(GFP_KERNEL_ACCOUNT|__GFP_COMP|__GFP_ZERO), order=0, oom_score_adj=0
     6	Jul 29 20:54:26 host kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=2,mems_allowed=0,global_oom,task_memcg=/2,task=Hyprland,pid=3301,uid=1000
     7	Jul 29 20:54:26 host kernel: Out of memory: Killed process 3301 (Hyprland) total-vm:14895312kB, anon-rss:79488kB, file-rss:2000kB, shmem-rss:6873636kB, UID:1000 pgtables:26736kB oom_score_adj:0

it's an upstream bug AFAIK.
I don't know if we should have this buggy version in the repo.

could we just stabilize 0.40.0 for the time being?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-29 23:06:56 UTC
Please file a new bug for that and maybe we can backport the fix.
Comment 4 Filip Kobierski 2024-08-15 12:04:42 UTC
0.40.0 was removed from the repos so I have upgraded to 0.41.2 and the issue still persists

$ dmesg |grep oom | grep Hyprland
[79651.075296] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=2,mems_allowed=0,global_oom,task_memcg=/2,task=Hyprland,pid=3319,uid=1000
[79651.075332] Out of memory: Killed process 3319 (Hyprland) total-vm:10734236kB, anon-rss:90112kB, file-rss:1760kB, shmem-rss:3472540kB, UID:1000 pgtables:12768kB oom_score_adj:0

I'll try the 0.42.0 and see if it is fixed there.