You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: test_process_name (_posix.PosixSpecificTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jloden/src/psutil/test/_posix.py", line 78, in test_process_name
name_ps = ps("ps --no-headers -o comm -p %s" %self.pid)
File "/Users/jloden/src/psutil/test/_posix.py", line 23, in ps
output = output.split('\n')[1]
IndexError: list index out of range
----------------------------------------------------------------------
Caused by lack of a "comm" keyword on OS X so the command is failing to
produce proper output.
From [email protected] on February 18, 2010 19:40:46
Original issue: http://code.google.com/p/psutil/issues/detail?id=74
The text was updated successfully, but these errors were encountered: