|
Boost Testing : |
Subject: Re: [Boost-testing] Nonspecific memory error
From: siliconman (siliconman_at_[hidden])
Date: 2010-08-21 14:38:41
In article <4C527D9C.2060700_at_[hidden]>,
Martin Wille <mw8329_at_[hidden]> wrote:
> 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.
I did a little more digging. There is a suspiciously large node in the
.xml file which repeats:
> log: SING error
>
> log: OVERFLOW error
>
> exp: OVERFLOW error
>
> log: SING error
>
> log: OVERFLOW error
>
> exp: OVERFLOW error
The corresponding test in the bjam log has the test timing out:
> 300 second time limit exceeded
I'm going to try bumping up the time limit, but it looks like something
is going wrong when processing the jam log file.
-- -David