id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3316,Access violation when trying to log from init_tests_func,astukalov@…,Gennadiy Rozental,"Using BOOST_ERROR() from test framework initialization is not possible, since it requires tests to be initialized, so I'm using the following macro to output errors from init_unit_test_func: {{{ #!C LOG_FATAL_ERROR( M ) \ BOOST_TEST_LOG_ENTRY( ::boost::unit_test::log_fatal_errors )\ << (::boost::unit_test::lazy_ostream::instance() << M) }}} It gives me memory access violation, when using human-readable log format. However, if I'm using XML format, it correctly writes the message to the log. ",Bugs,closed,Boost 1.59.0,test,Boost 1.39.0,Problem,fixed,log access violation,