Boost C++ Libraries: Ticket #5597: shared memory file is created in a subfolder of "boost_interprocess" folder - remove function doesn't find it https://svn.boost.org/trac10/ticket/5597 <p> I have a C++/CLI dll which has </p> <ol><li>method A - responsible for the creation of shared memory objects and filling them with data. </li><li>method B - respobsible for the deletion of shared memory objects. </li></ol><p> Method A is first called by another module, and later method B is called by another thread in that module. </p> <p> Problem? Method A created the files in a subfolder of boost_interprocess folder (called something like "20110606204418.125000". The removal code called from method B appends to the names of the shared memory objects only the root boost_interprocess folder, which results in failure to delete them. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5597 Trac 1.4.3 wsx22@… Fri, 10 Jun 2011 15:42:10 GMT <link>https://svn.boost.org/trac10/ticket/5597#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5597#comment:1</guid> <description> <p> It looks like issue described here: <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/5392"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/5392</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Sat, 24 Dec 2011 19:27:52 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5597#comment:2 https://svn.boost.org/trac10/ticket/5597#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> Ticket