Skip to content

Process' create_time() should raise NoSuchProcess for zombie processes #77

Closed
@giampaolo

Description

From billiej...@gmail.com on February 23, 2010 00:31:32

What steps will reproduce the problem?  
>>> p = psutil.Process(1340)
>>> p.kill()
>>> p.create_time
1266881247.0
>>> 

What is the expected output?  


What do you see instead?  
I'd expect NoSuchProcess to be raised after the process has been killed.
This is similar to issue 36 and issue 76 .

Original issue: http://code.google.com/p/psutil/issues/detail?id=77

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions