This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-16.21:31:16
SpamBayes Score 1.9495981e-05
Marked as misclassified No
Message-id <1263677477.5.0.80828633163.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-16 21:31:17mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, eric.smith, skrah
2010-01-16 21:31:17mark.dickinsonsetmessageid: <1263677477.5.0.80828633163.issue7632@psf.upfronthosting.co.za>
2010-01-16 21:31:16mark.dickinsonlinkissue7632 messages
2010-01-16 21:31:16mark.dickinsoncreate