Boost logo

Boost-Build :

Subject: Re: [Boost-build] Early bjam abort
From: Nogradi, Chris (Chris.Nogradi_at_[hidden])
Date: 2012-04-30 10:42:26


> I think this should be fixed as of r78252.
> All of my simple test cases pass now. Please
> let me know if there are still issues.

Thanks Steve!

With this change I am seeing bjam stuck in an endless loop in:

TARGET * target_scc( TARGET * t )
{
    TARGET * result = t;
    TARGET * tmp;
    while ( result->scc_root )
        result = result->scc_root; <----------------------------------- stuck here

If you need additional info I can provide it to you.

Chris

This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.

Thank you for your cooperation.


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