id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4352,"[interprocess] (Windows) boot stamp method produces inconsistent results, causing failure",David M. Cotter ,Ion Gaztañaga,"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. ",Bugs,closed,Boost 1.45.0,interprocess,Boost 1.44.0,Showstopper,fixed,interprocess boot time stamp,me@…