This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients giampaolo.rodola
Date 2019-02-21.15:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550763482.04.0.374893682062.issue36067@roundup.psfhosted.org>
In-reply-to
Content
Happened in psutil:
https://ci.appveyor.com/project/giampaolo/psutil/builds/22546914/job/rlp112gffyf2o30i

======================================================================
ERROR: psutil.tests.test_process.TestProcess.test_halfway_terminated_process
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\projects\psutil\psutil\tests\test_process.py", line 85, in tearDown
    reap_children()
  File "c:\projects\psutil\psutil\tests\__init__.py", line 493, in reap_children
    subp.terminate()
  File "C:\Python35-x64\lib\subprocess.py", line 1092, in terminate
    _winapi.TerminateProcess(self._handle, 1)
OSError: [WinError 6] The handle is invalid

During the test case, the process was already gone (no PID).
History
Date User Action Args
2019-02-21 15:38:02giampaolo.rodolasetrecipients: + giampaolo.rodola
2019-02-21 15:38:02giampaolo.rodolasetmessageid: <1550763482.04.0.374893682062.issue36067@roundup.psfhosted.org>
2019-02-21 15:38:02giampaolo.rodolalinkissue36067 messages
2019-02-21 15:38:01giampaolo.rodolacreate