Re: Plasma 5.9.3 status

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Sun, Mar 19, 2017 at 10:40 PM, RobberPhex <robberphex@xxxxxxxxx> wrote:
Hi, I met a bug.

I installed plasma-workspace-5.9.3-2.fc25.x86_64 from the copr, and in Xorg.

But I found in sometime, cpu load will be 100%, I often found one cpu is 100%.

PS: just before, I found wireshark is not-responding and one cpu is 100%, so I kill wireshark, All cpu is immediately 100%.


Check to see if you have any zombies.   You can do this easily using "top" from the command line.

If so, you can identify the zombies using:

ps axo stat,ppid,pid,comm | grep -w defunct

You will then get an output similar to this:

Z     2501 18728 xdg-user-dir <defunct>

The number following the Z is the parent process.

Then do:

ps -e | grep nnnn (in this case 2501)

The parent process will be either plasmashell or krunner

Then, restart either plasmashell or krunner by using krunner (alt-F2):

killall plasmashell; plasmashell
or
killall krunner; krunner

That should eliminate the zombie processes and put the cpu utilization back to normal.

cc: to the bug above for further updates

_______________________________________________
kde mailing list -- kde@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kde-leave@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [KDE Users]     [Fedora General Discussion]     [Older Fedora Users Mail]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Triage]     [Coolkey]     [Yum Users]     [Yosemite Forum]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux