Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5595: Windows: Cannot write to files which have been mapped to memory in other threads/processes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-04 16:36:02
#5595: Windows: Cannot write to files which have been mapped to memory in other
threads/processes
----------------------------------------+----------------------------------
Reporter: Armin Pies <armin.pies@â¦> | Owner: turkanis
Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
Version: Boost 1.43.0 | Severity: Problem
Resolution: | Keywords: memory mapping,
| windows
----------------------------------------+----------------------------------
Comment (by armin.pies@â¦):
Still not fixed in boost 1.57.0 :(
Patch (diff mapped_file.cpp mapped_file.cpp.org):
{{{
186c186
< FILE_SHARE_READ | FILE_SHARE_WRITE,
---
> FILE_SHARE_READ,
194c194
< FILE_SHARE_READ | FILE_SHARE_WRITE,
---
> FILE_SHARE_READ,
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5595#comment:7> 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:17 UTC