[New-bugs-announce] [issue24181] test_fileio crash, 3.5, Win 7

Terry J. Reedy report at bugs.python.org
Wed May 13 23:47:50 CEST 2015


New submission from Terry J. Reedy:

In console: pcbuild/win32/python_d.exe -m test -j6
...
[393/395/1] test_fileio
Traceback (most recent call last):
  File "F:\Python\dev\35\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "F:\Python\dev\35\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "F:\Python\dev\35\lib\test\__main__.py", line 3, in <module>
    regrtest.main_in_temp_cwd()
  File "F:\Python\dev\35\lib\test\regrtest.py", line 1564, in main_in_temp_cwd
    main()
  File "F:\Python\dev\35\lib\test\regrtest.py", line 738, in main
    raise Exception("Child error on {}: {}".format(test, result[1]))
Exception: Child error on test_fileio: Exit code 2147483651

In crash box: Debug assertion failed
/dd/vctools/crt_bld/self_x86/crt/src/chsize.c
line 56  _osfile(desfile) & FOPEN

By leaving box alone, all but about 4 tests finished.  When clicked on button, fileio message appeared. On previous run, click as soon as box appeared, and console window frooze much sooner, with just half of tests run.

There were also 'Python_d.exe has stopped working' messages, but same true with 3.4 tests, which finished.

----------
components: Tests, Windows
messages: 243122
nosy: steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: test_fileio crash, 3.5, Win 7
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24181>
_______________________________________


More information about the New-bugs-announce mailing list