[issue5614] Malloc errors in test_io
Ronald Oussoren
report at bugs.python.org
Tue Mar 31 00:37:50 CEST 2009
Ronald Oussoren <ronaldoussoren at mac.com> added the comment:
Buffer_size is set to 0x7fffffffffffffff in BufferedWriter_init at the end
of test_constructor.
I have no idea why this happens, but this definitly seems wrong to me.
Debugging is rather hard at the moment because the issue goes away in the
debugger.
Setting this as a release blocker because arguments of a wrong magnitude
to memory allocation functions are scary.
----------
priority: -> release blocker
stage: -> needs patch
type: -> crash
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5614>
_______________________________________
More information about the Python-bugs-list
mailing list