Jockey code just does:

        apt_policy = subprocess.Popen(['apt-cache', 'policy', 'dkms'],
                stdout=subprocess.PIPE, stderr=subprocess.PIPE)

which is a valid usage of subprocess as far as I can see. So this looks
like a bug in Python's subprocess module?

** Package changed: jockey (Ubuntu) => python2.7 (Ubuntu)

** Changed in: python2.7 (Ubuntu)
     Assignee: Martin Pitt (pitti) => (unassigned)

** Summary changed:

- jockey-gtk crashed with TypeError in _cleanup(): an integer is required
+ subprocess.Popen() crashed with TypeError in _cleanup(): an integer is 
required

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

Title:
  subprocess.Popen() crashed with TypeError in _cleanup(): an integer is
  required

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to