[issue10207] test_file2k crashes under Windows

2010-10-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed the aforementioned patch (r85892) and this seems to be fixed. Thank you! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue10207] test_file2k crashes under Windows

2010-10-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: There's a patch in issue9295 which might fix a similar problem ("test_close_open_print_buffered sometimes crashes"). Could you try it? -- ___ Python tracker _

[issue10207] test_file2k crashes under Windows

2010-10-26 Thread David Bolen
David Bolen added the comment: Ok, when it fails, the failure always appears to be one of the FileThreadingTests tests, with the affected close() call occurring within _close_file, called from _close_and_reopen_file, called from _test_close_open_io. It seems tough to backtrace the VS traces

[issue10207] test_file2k crashes under Windows

2010-10-26 Thread David Bolen
David Bolen added the comment: Can't really say why it's just hitting now more consistently but the failure is an internal CRT exception during a file close, when it is handed what appears to be an invalid FILE * (the internal structure has bad data). I think it's more chance that it appears

[issue10207] test_file2k crashes under Windows

2010-10-26 Thread Antoine Pitrou
New submission from Antoine Pitrou : This recurrent crash appeared recently under the XP-4 buildbot, between r85816 and r85819. But none of these revisions looks related to potential file issues. Each time the test just finishes with: [...] test_file2k program finished with exit code -10737418