Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-20 12:01:22


Matthias Troyer <troyer_at_[hidden]> writes:

> On Monday, January 20, 2003, at 04:51 PM, David Abrahams wrote:
>> One other thing worth checking if you can't get a stack trace easily:
>>
>> ./bootstrap.cc/jam0 -d12
>>
>> You may get enough useful output for us to track down the problem.
>
> Here is is. I will send a stack trace as soon as I can get it. I hope
> this information helps. I already know that the crash is inside
> var_defines( use_environ )

I think I found a bug. Could you try commenting out this section of
tools/build/jam_src/var.c and trying again? Lines 121-127:

if ( val[1] == '"' && val[len] == '"')
{
string_append_range( buf, val + 2, val + len );
l = list_new( l, newstr( buf->value ) );
string_truncate( buf, 0 );
}

Thanks,
Dave

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

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