Re: [Boost-bugs] [Boost C++ Libraries] #5392: Message queue temporary dir named "Select LastBootUpTime from Win32_OperatingSystem" (on win XP)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5392: Message queue temporary dir named "Select LastBootUpTime from Win32_OperatingSystem" (on win XP)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-20 17:48:18


#5392: Message queue temporary dir named "Select LastBootUpTime from
Win32_OperatingSystem" (on win XP)
-------------------------------+--------------------------------------------
  Reporter: wsx22@… | Owner: igaztanaga
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.46.1 | Severity: Problem
Resolution: fixed | Keywords: interprocess, message queue, temporary directory, temp
-------------------------------+--------------------------------------------

Comment (by maik.mory@…):

 Bug observed on Windows 7 SP1 x64 with Visual Studio 2010.
 boost_ticket5392.patch did the job.

 === Elaborate Report ===

 I used "Process Explorer -> View -> Lower Pane View -> Handles" to inspect
 the name of the shared memory segment.

 with boost_1_64_1 unpatched: \\
 Process A:
 {{{C:\ProgramData\boost_interprocess\20110520003539.574067\foo}}}\\
 Process B: {{{C:\ProgramData\boost_interprocess\Select LastBootUpTime from
 Win32_OperatingSystem\foo}}}\\

 with boost_1_64_1 wmi.patch:\\
 Process A:
 {{{C:\ProgramData\boost_interprocess\20110520003539.574067\foo}}}\\
 Process B: {{{C:\ProgramData\boost_interprocess}}}\\

 with boost_1_64_1 boost_ticket5392.patch:\\
 Process A: {{{C:\ProgramData\boost_interprocess\704368109915cc\foo}}}\\
 Process B: {{{C:\ProgramData\boost_interprocess\704368109915cc\foo}}}\\

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5392#comment:11>
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:06 UTC