Closed Bug 874953 Opened 11 years ago Closed 11 years ago

Please deploy newer _dumbwin32proc.py to Win7 and WinXP iX machines

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86
Windows XP
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: q)

References

Details

It seems that this is in place for the Windows 8 machines but not for the other ones.
This allows for many machines to not be able to kill jobs and be stuck for hours/days. We have tools to notice this and fix it but the machines stays unnecessarily idle.

    cd C:\mozilla-build\buildbotve\Lib\site-packages\twisted\internet
    mv _dumbwin32proc.py _dumbwin32proc.py.bak
    C:\mozilla-build\wget\wget.exe http://hg.mozilla.org/build/opsi-package-sources/raw-file/e55c081cb8cf/twisted_dumbwin32proc/CLIENT_DATA/_dumbwin32proc.py

#######################
C:\mozilla-build\buildbotve\Lib\site-packages\twisted\internet>diff _dumbwin32proc.py _dumbwin32proc.py.1
241,242c241,242
<             win32process.TerminateProcess(self.hProcess, 1)
<
---
>             debug('killing process %s' % self.pid)
>             os.popen('taskkill /T /F /PID %s' % self.pid)
Armen, please accept me apologies this was an oversight. This file was accidentally overwritten with the old version in an incident a while back and not replaced. This has been corrected and is going out now!
(In reply to Q from comment #1)
> Armen, please accept me apologies this was an oversight. This file was
> accidentally overwritten with the old version in an incident a while back
> and not replaced. This has been corrected and is going out now!

Np! Thanks for helping us fix it.
Assignee: server-ops-releng → q
Has this been completed?
I did spot checking and a quick report and this seems to be out to all clients as of yesterday evening.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in before you can comment on or make changes to this bug.