Boost C++ Libraries: Ticket #1921: interprocess shared_memory example needs patch (provided). https://svn.boost.org/trac10/ticket/1921 <p> The interprocess "simple example" of shared memory contains a glitch. The first program deletes the shared memory object, so it is not there for the second program to examine. </p> <p> The example files involved are doc_shared_memory.cpp and doc_shared_memory2.cpp, under libs/interprocess/example. </p> <p> I'm attaching a patch to apply within the 'example' subdirectory to correct the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1921 Trac 1.4.3 Bryan Green <bryan.d.green@…> Thu, 15 May 2008 21:55:12 GMT attachment set https://svn.boost.org/trac10/ticket/1921 https://svn.boost.org/trac10/ticket/1921 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">doc_shared_memory.patch</span> </li> </ul> <p> patch </p> Ticket Bryan Green <bryan.d.green@…> Fri, 16 May 2008 00:13:33 GMT attachment set https://svn.boost.org/trac10/ticket/1921 https://svn.boost.org/trac10/ticket/1921 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">doc_file_mapping.patch</span> </li> </ul> <p> patch for doc_file_mapping.cpp </p> Ticket Bryan Green <bryan.d.green@…> Fri, 16 May 2008 01:00:41 GMT attachment set https://svn.boost.org/trac10/ticket/1921 https://svn.boost.org/trac10/ticket/1921 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">doc_message_queueA.patch</span> </li> </ul> <p> similar patch for doc_message_queueA.cpp </p> Ticket Ion Gaztañaga Tue, 27 May 2008 17:05:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1921#comment:1 https://svn.boost.org/trac10/ticket/1921#comment:1 <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">fixed</span> </li> </ul> <p> Patch applied in revision 45816. Thanks for the report! </p> Ticket