[issue10641] kill_python sometimes fails to kill processes on buildbots

2019-03-16 Thread Zachary Ware
Zachary Ware added the comment: As kill_python.exe has been removed from PCbuild/ and this hasn't been a problem in recent years, I'm going to go ahead and close the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed _

[issue10641] kill_python sometimes fails to kill processes on buildbots

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue10641] kill_python sometimes fails to kill processes on buildbots

2015-02-19 Thread Steve Dower
Steve Dower added the comment: Not sure if this still affects 2.7, but it doesn't affect 3.5 anymore. If one of the buildbot owners confirms that 2.7 is fine, I'll close. -- ___ Python tracker ___

[issue10641] kill_python sometimes fails to kill processes on buildbots

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: I don't recall seeing this flagged anywhere else so can we close it as out of date? -- components: +Windows -Build nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue10641] kill_python sometimes fails to kill processes on buildbots

2010-12-07 Thread David Bolen
David Bolen added the comment: > I think #9973 is rather related. Certainly could be another artifact of a python_d process still executing. In particular though, the suggested patch in that issue agrees with what I was thinking might be needed, in terms of moving kill_python_d over to clean.

[issue10641] kill_python sometimes fails to kill processes on buildbots

2010-12-07 Thread David Bolen
David Bolen added the comment: > To kill python_d.exe, you should use kill_python_d.exe instead of > kill_python.exe. Crud, I thought I did. Well, ok, so can't trust this test. > Could you post the buildbot log url? I think this is the last build in the sequence that was failing until I kill

[issue10641] kill_python sometimes fails to kill processes on buildbots

2010-12-07 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I think #9973 is rather related. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue10641] kill_python sometimes fails to kill processes on buildbots

2010-12-07 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: To kill python_d.exe, you should use kill_python_d.exe instead of kill_python.exe. > On the XP and Win7 buildbots, kill_python sometimes fails to kill hung > processes. Could you post the buildbot log url? -- nosy: +ocean-city

[issue10641] kill_python sometimes fails to kill processes on buildbots

2010-12-06 Thread David Bolen
New submission from David Bolen : On the XP and Win7 buildbots, kill_python sometimes fails to kill hung processes. I caught one instance recently and gathered some information though not yet enough to identify the issue. I can say that no processes are killed and no error messages displayed