Re: [Boost-bugs] [Boost C++ Libraries] #6897: Boost interprocess segfaults

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6897: Boost interprocess segfaults
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-11 08:20:39


#6897: Boost interprocess segfaults
-----------------------------------------------+--------------------------
  Reporter: Mathias Creutz <mathiascreutz@…> | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------+--------------------------

Comment (by Robert Ayrapetyan <robert.ayrapetyan@…>):

 Looks like an expected behavior.
 When string length is small (less then capacity()), no allocations are
 required, all characters are stored "in place". Otherwise alloc in
 "segment" is required (which fails when you open it in "read only" mode).
 I would suggest to close this ticket as "invalid".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6897#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-03-11 08:23:47 UTC