Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Nonspecific memory error
From: Martin Wille (mw8329_at_[hidden])
Date: 2010-07-30 03:22:04


On 29.07.2010 23:36, siliconman wrote:
> run.py is dying with the following memory error quite a bit lately:

>> "C:\BuildAgent\work\1a3c96d26b345a0\tools_regression_src\collect_and_upload
>> _logs.py", line 28, in process_xml_file
>> xml = f.readlines()
>> MemoryError
>
> Does anyone have any idea as to why?

Did you check the size of that file? That line tries to load the
complete file, so the error could be caused by a large file.

Regards,
m


Boost-testing list run by mbergal at meta-comm.com