Ticket #387 (new defect)
TerminateProcess fails in buildbot_service.py
| Reported by: | griels | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.+ |
| Version: | 0.7.5 | Keywords: | windows |
| Cc: |
Description
buildbot_service.py sometimes fails to kill the Buildbot process:
Event Type: Warning Event Source: BuildBot Event Category: None Event ID: 255 Date: 23/11/2008 Time: 23:00:44 User: N/A Computer: DOGBOLTER Description: BuildBot process at u'c:\\ProsodyTest?\\BuildBot\\build-master' failed to terminate - killing it
Event Type: Error Event Source: BuildBot Event Category: None Event ID: 3 Date: 23/11/2008 Time: 23:00:49 User: N/A Computer: DOGBOLTER Description: The instance's SvcRun?() method failed
File "C:\Python24\lib\site-packages\win32\lib\win32serviceutil.py", line 785, in SvcRun?
self.SvcDoRun?()
File "C:\python24\scripts\buildbot_service.py", line 274, in SvcDoRun?
win32api.TerminateProcess?(h, 3)
pywintypes.error: (5, 'TerminateProcess?', 'Access is denied.')
Using Python 2.4 on a Windows XP build-master.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)