Boost C++ Libraries: Ticket #4352: [interprocess] (Windows) boot stamp method produces inconsistent results, causing failure https://svn.boost.org/trac10/ticket/4352 <p> see this ticket: <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/4010"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/4010</a> however this problem is much worse: when running in a VM (eg: parallels) repeated calls (without waiting) to get_system_time_of_day_information() return DIFFERENT numbers in the info.data.liKeBootTime field. because of this, shared memory always fails. </p> <p> current "workaround" is to do this: info.data.liKeBootTime &amp;= 0xFFFFFFFF00000000; after every call. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4352 Trac 1.4.3 David M. Cotter <me@…> Wed, 16 Jun 2010 18:44:03 GMT component changed; cc, owner set https://svn.boost.org/trac10/ticket/4352#comment:1 https://svn.boost.org/trac10/ticket/4352#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">me@…</span> added </li> <li><strong>owner</strong> set to <span class="trac-author">Ion Gaztañaga</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">interprocess</span> </li> </ul> Ticket Ion Gaztañaga Thu, 26 Aug 2010 10:23:24 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4352#comment:2 https://svn.boost.org/trac10/ticket/4352#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">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket