31.12.2024 10:58, Rafael Sadowski пишет:
> Could you try it with the "maxpower" ridiculous open profile, to verify
> it's a limits issue, please?
>
> /etc/login.conf.d/maxpower
> maxpower:\
> :datasize=infinity:\
> :datasize-max=infinity:\
> :datasize-cur=infinity:\
> :maxproc=infinity:\
> :maxproc-max=infinity:\
> :maxproc-cur=infinity:\
> :openfiles=infinity:\
> :openfiles-max=infinity:\
> :openfiles-cur=infinity:\
> :stacksize-cur=8M:\
> :tc=default:
Everything except the xconsole(1) window disappeared/went black.
Same plasmashell backtrace.
top(1) in another tty showed this program eating loads of CPU:
plasma-workspace-6.2.4:x11/kde-plasma/plasma-workspace:/usr/local/bin/gmenudbusmenuproxy
a ktrace(1) peak shows that it fills ~/.startplasma-x11.log
with
kf.coreaddons.kdirwatch: got event "MODIFY" for entry "/home/xtest" [file] ".startplasma-x11.log"
whilst watching that same file with kevent(2)... triggering itself:
# wc -l < .startplasma-x11.log
3591829
# grep -Fc 'kf.coreaddons.kdirwatch: got event "MODIFY" for entry "/home/xtest" [file] ".startplasma-x11.log"' .startplasma-x11.log
3402176
No comments:
Post a Comment