100% CPU usage with "initctl emit plymouth-ready" process
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
root 977 99.1 2.7 98668 93964 ? R 12:59 453:31 initctl emit plymouth-ready
this makes my CPU very hot, I don't know how to debug deeper. Any ideas?
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: upstart 1.10-0ubuntu7
ProcVersionSign
Uname: Linux 3.11.0-13-generic i686
NonfreeKernelMo
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Wed Nov 27 20:46:04 2013
InstallationDate: Installed on 2012-03-12 (625 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120301)
MarkForUpload: True
ProcKernelCmdline: BOOT_IMAGE=
SourcePackage: upstart
UpgradeStatus: Upgraded to saucy on 2013-10-21 (37 days ago)
UpstartBugCategory: System
UpstartRunningS
UpstartRunningS
modified.
modified.
mtime.conffile.
upstart.
Job got added /com/ubuntu/
Job got added /com/ubuntu/
Job got added /com/ubuntu/
Hi Anatoly - thanks for reporting this issue. Presumably, lightdm started correctly before you noticed this issue?
If the process is still running, please do:
sudo cat /proc/$(pidof initctl)/stack > /tmp/initctl.stack
... and attach "/tmp/initctl. stack" to this bug. Then, to stop initctl (by forcibly crashing it, which might provide some more clues):
sudo kill -ABRT $(pidof initctl)
This second command should cause an apport window to pop up. Just follow the prompts and raise a new bug, then reference that new bug here.
Thank you!