Matthias Troyer <[EMAIL PROTECTED]> 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
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to