|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-07 10:05:20
Beman,
> I added an assert:
>
> if (t->flags & T_FLAG_INTERNAL) {
> assert( t->original_target );
> t = t->original_target;
> }
>
> /* Clean current includes */
> if (t->includes) {
> t->includes = 0;
> }
>
> The assert does fail, after around 30 seconds of 100% CPU activity.
Good news first. I've just comitted a fix for this crash. It turned out,
T_FLAG_INTERNAL was #defined to the same value as T_FLAG_RMOLD, and since
test system uses RMOLD, everything broke.
The bad news is that it's very new code, so the crash you've had before must
be caused by something else.
- Volodya
BTW, running bjam in status directory takes a lot of time. Is it normal, or it
was faster previously?
- Volodya
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk