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

Phil Hord <phil.h...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phil.h...@gmail.com

--- Comment #2 from Phil Hord <phil.h...@gmail.com> ---
I tracked when the leaks occur.  For me it happens when my screen is locked.  I
have multiple monitors and sometimes there are issues with one of the monitors
waking up.  I don't know if that's related.

Restarting kded5 does free up most of the connections. When it restarts it
creates about 4 new connections.  The count remains at 4 until my PC screen
locks again.  Then it gradually increases over time while locked.  

For example, today I left my desk from 2:50 until about 5:15.  I left this
script running to record changes in the number of kded5 X11 connections while I
was gone.  At 5:19 I ran "kded5 --replace & disown" in another terminal
session.

    prev=0 ; while sleep 5 ; do
    count=$(sudo ss -x src "*/tmp/.X11-unix/*" | grep -Eo "[0-9]+\\s*$" | while
read port ; 
    do sudo ss -p -x | grep -w $port | grep -v X11-unix ; 
    done | grep -Eo '".+"' | grep -c kded5) ;
    test $prev -eq $count || echo $count $(date) ; prev=$count; done

    4 Sat 07 May 2022 12:07:47 PM PDT
    8 Sat 07 May 2022 03:09:19 PM PDT
    11 Sat 07 May 2022 03:19:27 PM PDT
    12 Sat 07 May 2022 03:19:34 PM PDT
    16 Sat 07 May 2022 03:29:37 PM PDT
    20 Sat 07 May 2022 03:39:50 PM PDT
    24 Sat 07 May 2022 03:57:08 PM PDT
    28 Sat 07 May 2022 04:12:36 PM PDT
    32 Sat 07 May 2022 04:22:46 PM PDT
    34 Sat 07 May 2022 04:32:52 PM PDT
    36 Sat 07 May 2022 04:33:00 PM PDT
    40 Sat 07 May 2022 04:51:13 PM PDT
    42 Sat 07 May 2022 05:01:20 PM PDT
    44 Sat 07 May 2022 05:01:29 PM PDT
    48 Sat 07 May 2022 05:12:32 PM PDT
    3 Sat 07 May 2022 05:19:48 PM PDT
    4 Sat 07 May 2022 05:19:55 PM PDT

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

Reply via email to