Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam.exe crash on Windows Vista
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-08-24 01:14:24


Alexey Badyaev wrote:

> Hi, and sorry for my _very_bad_ English.
> I use boost-1.39.0 for my big project.
> In my user-config.jam I have second line (for use boost libraries):
>
> use-project /boost : C:/devtools/libs/boost_1_39_0 ;
>
> , and with my other small projects all work fine.
>
> But, when I invoke bjam.exe for build my big project, he crash with output:
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
> And now, I try do it :-) How I can resolve this?

Build Boost.Jam with debug information, by going to tools/jam/src and
running

        build.bat --debug

Then, run that version. When it crashes, you should be able to fire up
visual studio and see where it crashed. Please provide the complete
backtrace.

- 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