[New-bugs-announce] [issue9978] test_os failures on XP-4 buildbot
Antoine Pitrou
report at bugs.python.org
Wed Sep 29 01:14:00 CEST 2010
New submission from Antoine Pitrou <pitrou at free.fr>:
This has started showing up since r85073.
======================================================================
ERROR: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_os.py", line 1068, in test_CTRL_BREAK_EVENT
self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_os.py", line 1039, in _kill_with_event
os.kill(proc.pid, event)
WindowsError: [Error 5] Access is denied
http://www.python.org/dev/buildbot/builders/x86%20XP-4%203.x
----------
components: Library (Lib), Tests, Windows
keywords: buildbot
messages: 117561
nosy: brian.curtin, ocean-city, pitrou, tim.golden
priority: normal
severity: normal
stage: needs patch
status: open
title: test_os failures on XP-4 buildbot
type: behavior
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9978>
_______________________________________
More information about the New-bugs-announce
mailing list