unchanged for > 4 weeks
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
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?
Please file a new bug for that and maybe we can backport the fix.
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.