zhengzheng / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

(OSX) directly determine process exe instead of guessing it from cmdline #295

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the same as issue 292 but for OSX.
We can easily determine process exe path by using proc_pidpath() function 
instead of guessing it from the cmdline.
The result in practical terms is that we'll be able to determine exe for a lot 
more processes instead of getting an AccessDenied exception since getting 
cmdline requires higher permissions.

Original issue reported on code.google.com by g.rodola on 29 Jun 2012 at 7:12

GoogleCodeExporter commented 9 years ago
Done in r1402.

Original comment by g.rodola on 29 Jun 2012 at 7:16

GoogleCodeExporter commented 9 years ago
Fixed in version 0.6.0, released just now.

Original comment by g.rodola on 13 Aug 2012 at 4:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r1402 == revision 13b10c058cec

Original comment by g.rodola on 2 Mar 2013 at 12:10