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 jeremy.kloth
Recipients jeremy.kloth, jkloth, nanjekyejoannah, vstinner
Date 2019-08-20.15:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3KS2wqRjk0MC4p4WEmXhU2PUsN2CKt0A11ZM0mLeAYRSw@mail.gmail.com>
In-reply-to <1566315595.31.0.639791933029.issue37531@roundup.psfhosted.org>
Content
> Can you check the process hierarchy? I would like to know how many worker processes are still running under the main regrtest process. I expect to see exactly one. I don't know how to investigate more on such issue on Windows.

There are no child processes of the main test process.  There are 5
orphaned processes from multiprocessing.  Their parent process is gone
(assuming the parent_pid argument is correct).  There is also an
orphaned typeperf.exe process, probably also from the killed process.
History
Date User Action Args
2019-08-20 15:55:09jeremy.klothsetrecipients: + jeremy.kloth, vstinner, jkloth, nanjekyejoannah
2019-08-20 15:55:09jeremy.klothlinkissue37531 messages
2019-08-20 15:55:09jeremy.klothcreate