Subject: [Boost-bugs] [Boost C++ Libraries] #4352: [interprocess] (Windows) boot stamp method produces inconsistent results, causing failure
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-16 18:37:58
#4352: [interprocess] (Windows) boot stamp method produces inconsistent results,
causing failure
-------------------------------------------------+--------------------------
Reporter: David M. Cotter <me@â¦> | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: None
Version: Boost 1.44.0 | Severity: Showstopper
Keywords: interprocess boot time stamp |
-------------------------------------------------+--------------------------
see this ticket:
https://svn.boost.org/trac/boost/ticket/4010
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.
current "workaround" is to do this:
info.data.liKeBootTime &= 0xFFFFFFFF00000000;
after every call.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4352> 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-02-16 18:50:03 UTC