[issue7632] dtoa.c: oversize b in quorem, and a menagerie of other bugs

Mark Dickinson report at bugs.python.org
Sat Jan 16 22:31:17 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

One of the buildbots just produced a MemoryError from test_strtod:

http://www.python.org/dev/buildbot/all/builders/i386%20Ubuntu%203.x/builds/411

It looks as though there's a memory leak somewhere in dtoa.c.  It's a bit difficult to tell, though, since the memory allocation functions in that file deliberately hold on to small pieces of memory.

----------

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


More information about the Python-bugs-list mailing list