Re: [Boost-bugs] [Boost C++ Libraries] #13528: Boost Test 1.67 crashes when the --report_sink command-line parameter is used

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13528: Boost Test 1.67 crashes when the --report_sink command-line parameter is used
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-19 20:11:55


#13528: Boost Test 1.67 crashes when the --report_sink command-line parameter is
used
-------------------------------+-----------------------------
  Reporter: igor.akhmetov@… | Owner: Raffi Enficiaud
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: test
   Version: Boost 1.67.0 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+-----------------------------

Comment (by Raffi Enficiaud):

 Hi,

 I am looking at this now, and there is something I do not get in your
 report (thank you for the level of details BTW).

 During the `stream_holder::callback_cleaner::~callback_cleaner`, there is
 a test about the callback:

 {{{
         ~callback_cleaner() {
             if( m_cleaner_callback )
                 m_cleaner_callback();
         }
 }}}

 and `m_cleaner_callback` should have been resetted to an empty function
 during the call to `shutdown_loggers_and_reports()` (in the
 `framework::shutdown` call).

 So I am not sure to understand why this is happening for you. Are you
 still able to reproduce? In that case, are you entering the call to the
 callback?

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13528#comment:2>
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 : 2018-06-19 20:18:15 UTC