Re: [Boost-bugs] [Boost C++ Libraries] #13626: Growing managed mapped file cause a pointer invalidation

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13626: Growing managed mapped file cause a pointer invalidation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-07-05 15:57:44


#13626: Growing managed mapped file cause a pointer invalidation
-------------------------------+---------------------------
  Reporter: bvbfan@… | Owner: Ion Gaztañaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.67.0 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+---------------------------

Comment (by anonymous):

 {{{
 [toni_at_toni-pc test]$ ./main
 10000
 before growing:
 size: 10000
 p is owned: 1
 p->test is owned: 1
 p->test = 0x7f6cd51f3090
 after growing
 size: 13500
 p is owned: 1
 p->test is owned: 0
 p->test = 0
 }}}

 My results of attached example. p->test *should* be valid.

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13626#comment:3>
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-07-05 16:22:35 UTC