[issue24181] test_fileio crash, 3.5, Win 7

2015-07-05 Thread Steve Dower
Changes by Steve Dower steve.do...@microsoft.com: -- stage: needs patch - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24181 ___ ___

[issue24181] test_fileio crash, 3.5, Win 7

2015-07-05 Thread Steve Dower
Steve Dower added the comment: I don't see any crash in that log, though the importlib tests appeared to time out. Assert messages appear on the buildbots because they use debug builds and we don't suppress them completely. Provided the tests keep running without failure, it's fine. To

[issue24181] test_fileio crash, 3.5, Win 7

2015-07-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- priority: release blocker - deferred blocker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24181 ___

[issue24181] test_fileio crash, 3.5, Win 7

2015-07-04 Thread Larry Hastings
Larry Hastings added the comment: FWIW, our AMD64 Windows7 SP1 3.5 buildbot hits this 50% of the time in the regression test suite. So it's not just Terry. http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.5/builds/78/steps/test/logs/stdio -- nosy: +larry

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-14 Thread Steve Dower
Steve Dower added the comment: Express for Desktop still takes about 4GB... I'm going to up the urgency of a sensibly sized package for people who just need the compiler. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24181

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: I download vc_community.exe by just clicking and giving a save directory. When started, it says 9GB with options unchecked (10 GB before I unchecked one). (At which point I quit.) Downloading just Express for Desktop requires an MS account. It seems odd to

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for the warning. I was expecting 'expansion', but 5 GB (what site says for ...Desktop) is a big chunk of the 17 GM I have left on C: (111GB SSD). (Do you have any idea how much free space I will need for Win 10 upgrade?) So I think I will reverse

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-14 Thread Steve Dower
Steve Dower added the comment: Just so you're not too surprised - that vc_community.exe is a downloader that will eventually need 6-8GB :( I'm working with the teams involved to try and get a compiler-only release, but for now the smallest installation that should work is Express for Desktop

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-14 Thread Steve Dower
Steve Dower added the comment: It's just a free account - any Hotmail, live.com or outlook.com email will do. The Microsoft equivalent of having a Google or Facebook account. (An MSDN Subscription is the other usual option, though that's associated with a Microsoft account anyway. I don't

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Terry J. Reedy
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

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Zachary Ware
Zachary Ware added the comment: Which version of MSVC are you using? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24181 ___ ___

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Zachary Ware
Zachary Ware added the comment: That may be the problem; it may be time for you to upgrade to VS 2015, which is now in RC. As recently as this morning, I've had a clean test run with 2015 Community Edition on Windows 8.1. -- ___ Python tracker

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: The same '2010' used for 3.4. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24181 ___ ___ Python-bugs-list

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Steve Dower
Steve Dower added the comment: It's entirely possible that I missed a _PyVerify_fd call around the ftruncate implementation, since that function is now a no-op for VS 2015 builds. The only reason I didn't remove them all when adding the new handling for was because there was no trustworthy

[issue24181] test_fileio crash, 3.5, Win 7

2015-05-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I just downloaded the 3mb vc_community.exe. I intend to try it tomorrow and report. Unless you intend to support compiling with vs2010 after 3.5 is released, and from the devguide and your comment I presume not, then with beta nearing, I would agree that we