Re: [Python-Dev] [Windows, buildbot] kill_python.c mystery

2006-07-27 Thread Gregory P. Smith
> Didn't you know that you signed in to run arbitrary viruses, worms, and > trojan horses when you added your machine to the buildbot infrastructure > :-? You just haven't seen buildbot erasing your hard disk and filling > your coffee machine with tea, yet. VMware Server is free. Run buildbots in

Re: [Python-Dev] [Windows, buildbot] kill_python.c mystery

2006-07-27 Thread Tim Peters
[Martin v. Löwis] > Didn't you know that you signed in to run arbitrary viruses, worms, and > trojan horses when you added your machine to the buildbot infrastructure > :-? Hey, I signed up for that when I bought a Windows box :-) > You just haven't seen buildbot erasing your hard disk and fillin

Re: [Python-Dev] [Windows, buildbot] kill_python.c mystery

2006-07-26 Thread Martin v. Löwis
Tim Peters wrote: > Today I noticed this happened when the buildbot started to run tests, > and I'm 100% sure it's due to this code in > Tools/buildbot/kill_python.c Didn't you know that you signed in to run arbitrary viruses, worms, and trojan horses when you added your machine to the buildbot i

Re: [Python-Dev] [Windows, buildbot] kill_python.c mystery

2006-07-26 Thread Neal Norwitz
On 7/26/06, Tim Peters <[EMAIL PROTECTED]> wrote: > > Today I noticed this happened when the buildbot started to run tests, > and I'm 100% sure it's due to this code in > Tools/buildbot/kill_python.c (the buildbot log files showed that > kill_python.c killed /some/ Python process, and the Python ru

[Python-Dev] [Windows, buildbot] kill_python.c mystery

2006-07-26 Thread Tim Peters
Rarely I'll be running the Python tests in my sandbox from a DOS box, and the test run will just end. Like so: C:\Code\python\PCbuild>python -E -tt ../lib/test/regrtest.py -uall -rw test_softspace test_codecmaps_kr ... test_float test_userdict C:\Code\python\PCbuild> No indication of success o