Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12914: Program using BOOST_LOG_TRIVIAL exits with code 255
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-25 17:01:44
#12914: Program using BOOST_LOG_TRIVIAL exits with code 255
-------------------------+-------------------------------------------------
Reporter: | Owner: andysem
itsbriany@⦠| Status: closed
Type: Bugs | Component: log
Milestone: Boost | Severity: Problem
1.64.0 | Keywords: log BOOST_LOG_TRIVIAL exit code
Version: Boost | runtime error
1.63.0 |
Resolution: worksforme |
-------------------------+-------------------------------------------------
Changes (by andysem):
* status: new => closed
* resolution: => worksforme
Comment:
I can't reproduce this with the current develop branch. I've compiled
libs/log/example/trivial with this command line:
{{{
b2 -j 8 link=static runtime-link=static threading=multi address-model=64
}}}
No modifications to Boost.Build, Boost.Log or its dependencies were
necessary. I did not modify project-config.jam, its contents are as
follows:
{{{
import option ;
using msvc ;
option.set keep-going : false ;
}}}
The example runs fine and the output is as expected.
I'm using VS 2017 Community edition, cl version is 19.10.25017. I'm on
Windows 8.1.
Frankly, I don't know what to suggest to debug the problem. It's probably
related to your environment. Maybe VS 2017 installation is broken, or some
dll is missing. Try checking that with Dependency Walker.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12914#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-03-25 17:06:12 UTC