[Bug 1197426] Re: starpar-upstart-inject causes upstart to consume a lot of cpu

Steve Langasek steve.langasek at canonical.com
Wed Jul 3 14:48:37 UTC 2013


sounds like you have an infinite loop.  What is this 'get_started' job?

** Changed in: sysvinit (Ubuntu)
     Assignee: (unassigned) => Steve Langasek (vorlon)

** Changed in: sysvinit (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sysvinit in Ubuntu.
https://bugs.launchpad.net/bugs/1197426

Title:
  starpar-upstart-inject causes upstart to consume a lot of cpu

Status in “sysvinit” package in Ubuntu:
  Incomplete

Bug description:
  My machine was responding sluggishly. Top showed PID 1 consuming
  almost 70% CPU. The culprit seems to be the startpar-bridge job which
  had 2 running instances:

  $ sudo initctl list|grep startpar                                                                                                                                    
  startpar-bridge (get_started--started) start/running, process 9024
  startpar-bridge (get_started--stopped) start/running, process 9035

  The fix was to:

  1) Stop the job from restarting:

      echo manual | sudo tee /etc/init/startpar-bridge.override

  2) Stop the 2 running instances.

  CPU usage then returned to normal levels.

  strace confirmed that upstart was constantly processing startpar-
  bridge requests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1197426/+subscriptions




More information about the foundations-bugs mailing list