Re: [Boost-bugs] [Boost C++ Libraries] #12391: Visual Studio 2010 hangs up when linking boost log object

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12391: Visual Studio 2010 hangs up when linking boost log object
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-12 15:33:00


#12391: Visual Studio 2010 hangs up when linking boost log object
-------------------------------+--------------------------------
  Reporter: xinyan.zhang@… | Owner: andysem
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: log
   Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords: Visual Studio 2010
-------------------------------+--------------------------------
Changes (by andysem):

 * status: new => closed
 * resolution: => invalid

Comment:

 `run()` should be called in the dedicated thread that is supposed to
 process log records. When you pass `start_thread = true` that's
 effectively what the internal feeding thread does. If you don't start the
 internal thread, don't call `run` or `feed_records` then your log records
 will pile up in the queue not being processed.

 Regarding the compiler hang I suggest you report it to Microsoft.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12391#comment:1>
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-02-16 18:50:20 UTC