Re: [Boost-bugs] [Boost C++ Libraries] #9877: freelist test crashes on Linux/GCC/release/x86

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9877: freelist test crashes on Linux/GCC/release/x86
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-23 13:09:39


#9877: freelist test crashes on Linux/GCC/release/x86
--------------------------------------+--------------------------
  Reporter: gjasny@… | Owner: timblechmann
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: lockfree
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+--------------------------

Comment (by timblechmann):

 you could try to configure the data structure as fixed_sized, which should
 select a different code path and avoids the generation of cmpxchg8b
 instructions, though it will limit the possible size of the queue.

 hth

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9877#comment:6>
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:16 UTC