← Back to team overview

unity-api-bugs team mailing list archive

[Bug 1386357] Re: Need to recursively search pids when detecting if pid is in a cgroup

 

This bug was fixed in the package ubuntu-app-launch -
0.4+15.04.20141031-0ubuntu1

---------------
ubuntu-app-launch (0.4+15.04.20141031-0ubuntu1) vivid; urgency=low

  [ Chris Townsend ]
  * Change GetTasks to GetTasksRecursive so it searches all pids related
    to a cgroup instead of just the first pid. (LP: #1386357)

  [ Leo Arias ]
  * On the cgroup manual test, make it clear that the command must be
    run on the app.
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Fri, 31 Oct 2014 15:02:48 +0000

** Changed in: ubuntu-app-launch (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Ubuntu Application Launcher.
https://bugs.launchpad.net/bugs/1386357

Title:
  Need to recursively search pids when detecting if pid is in a cgroup

Status in Ubuntu Application Launcher:
  In Progress
Status in “ubuntu-app-launch” package in Ubuntu:
  Fix Released

Bug description:
  When searching through the list of pids to detect if they are in the
  cgroup we care about, u-a-l currently only gets the top pid due to
  calling GetTasks.  Instead, we should call GetTasksRecursive to get
  the whole list.

  This is needed when trying to start up X applications inside a
  container using XMir.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1386357/+subscriptions


References