Boost C++ Libraries: Ticket #3953: [boost][iostreams] mapped_file bug on Win32? https://svn.boost.org/trac10/ticket/3953 <p> error checking may be incorrect... see discussion at </p> <p> <a class="ext-link" href="http://comments.gmane.org/gmane.comp.lib.boost.devel/199777"><span class="icon">​</span>http://comments.gmane.org/gmane.comp.lib.boost.devel/199777</a> </p> <p> it looks to me like eg's solution (see the thread) would work </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3953 Trac 1.4.3 egoots@… Sun, 28 Feb 2010 20:56:45 GMT attachment set https://svn.boost.org/trac10/ticket/3953 https://svn.boost.org/trac10/ticket/3953 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mapped_file_test.patch</span> </li> </ul> <p> Test added which triggers the described failure </p> Ticket egoots@… Sun, 28 Feb 2010 20:57:58 GMT attachment set https://svn.boost.org/trac10/ticket/3953 https://svn.boost.org/trac10/ticket/3953 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mapped_file.patch</span> </li> </ul> <p> fix to mapped_file.cpp which fixes this error </p> Ticket egoots@… Sun, 28 Feb 2010 21:02:05 GMT <link>https://svn.boost.org/trac10/ticket/3953#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3953#comment:1</guid> <description> <p> Note; The above patches were made against the 1.42.0 sources </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sun, 28 Feb 2010 21:04:51 GMT</pubDate> <title>version changed https://svn.boost.org/trac10/ticket/3953#comment:2 https://svn.boost.org/trac10/ticket/3953#comment:2 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.41.0</span> → <span class="trac-field-new">Boost 1.42.0</span> </li> </ul> Ticket Daniel James Sun, 07 Mar 2010 09:34:54 GMT <link>https://svn.boost.org/trac10/ticket/3953#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3953#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/60281" title="Fix error checks after calling SetFilePointer. Refs #3953 Thanks to ...">[60281]</a>) Fix error checks after calling <a class="missing wiki">SetFilePointer</a>. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3953" title="#3953: Bugs: [boost][iostreams] mapped_file bug on Win32? (closed: fixed)">#3953</a> </p> <p> Thanks to Eg. Especially for writing a test. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Fri, 12 Mar 2010 19:35:10 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/3953#comment:4 https://svn.boost.org/trac10/ticket/3953#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Jonathan Turkanis</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Wed, 17 Mar 2010 00:23:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3953#comment:5 https://svn.boost.org/trac10/ticket/3953#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/60666" title="Merge iostreams. - Fix write_device_impl&lt;ostream_tag&gt;. Fixes #3839 ...">[60666]</a>) Merge iostreams. </p> <ul><li>Fix write_device_impl&lt;ostream_tag&gt;. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3839" title="#3839: Bugs: [iostreams]write.hpp:write_device_impl&lt;ostream_tag&gt; tries access ... (closed: fixed)">#3839</a> </li><li>Fix error checks after calling <a class="missing wiki">SetFilePointer</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3953" title="#3953: Bugs: [boost][iostreams] mapped_file bug on Win32? (closed: fixed)">#3953</a> </li><li>Gzip filter shouldn't require its source to be peekable. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3723" title="#3723: Bugs: gzip_docompressor error - basic_array_source no putback member (closed: fixed)">#3723</a>. </li><li>In <code>position_to_offset</code>, only cast to <code>stream_offset</code> after calculating <code>_Myoff</code>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3969" title="#3969: Patches: position_to_offset() is broken for Microsoft Visual C++/Dinkumware (closed: fixed)">#3969</a>. </li><li>ptrdiff_t is in std. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2505" title="#2505: Bugs: iostreams/test/grep_test.cpp assumes that ptrdiff_t is in the global ... (closed: fixed)">#2505</a>. </li></ul> Ticket