Boost C++ Libraries: Ticket #955: filtering ostream problem... pushing zlib_compressor works in 1_33, dies in 1_34 https://svn.boost.org/trac10/ticket/955 <p> The attached code works fine in 1_33, but throws a bad_alloc exception after some 10-20K iterations in 1_34 after consuming all available system memory. This is a showstopper preventing the use of 1_34 in our projects. </p> <p> See disccusion here </p> <blockquote> <p> <a class="ext-link" href="http://thread.gmane.org/gmane.comp.lib.boost.user/26949"><span class="icon">​</span>http://thread.gmane.org/gmane.comp.lib.boost.user/26949</a> </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/955 Trac 1.4.3 anonymous Sun, 13 May 2007 16:34:52 GMT attachment set https://svn.boost.org/trac10/ticket/955 https://svn.boost.org/trac10/ticket/955 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">testIostreams.cpp</span> </li> </ul> <p> source code exhibiting push problem with zlib_compressor </p> Ticket anonymous Sun, 13 May 2007 16:37:01 GMT attachment set https://svn.boost.org/trac10/ticket/955 https://svn.boost.org/trac10/ticket/955 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Makefile</span> </li> </ul> <p> Makefile </p> Ticket anonymous Mon, 14 May 2007 16:31:56 GMT <link>https://svn.boost.org/trac10/ticket/955#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/955#comment:1</guid> <description> <p> Is this the same issue referred to in Ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/953" title="#953: Bugs: [iostreams] zlib_compressor memory leaks in 1.34.0(release candidate) (closed: fixed)">#953</a> ? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Thomas Witt</dc:creator> <pubDate>Thu, 17 May 2007 23:17:07 GMT</pubDate> <title>severity, milestone set https://svn.boost.org/trac10/ticket/955#comment:2 https://svn.boost.org/trac10/ticket/955#comment:2 <ul> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.34.1</span> </li> </ul> Ticket Kim Barrett <kab@…> Sat, 26 May 2007 01:32:25 GMT <link>https://svn.boost.org/trac10/ticket/955#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/955#comment:3</guid> <description> <p> This appears to be the same issue as bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/953" title="#953: Bugs: [iostreams] zlib_compressor memory leaks in 1.34.0(release candidate) (closed: fixed)">#953</a>. That bug, as well as this one, appear to have been fixed by fixing bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/971" title="#971: Bugs: Entire iostreams library outdated in 1.34.0 (closed: fixed)">#971</a>. I ran the attached test case against boost 1.34.0 and verified that it failed; bad_alloc exception. I also ran it against a cvs checkout of boost on the RC_1_34_0 branch, post fix of bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/971" title="#971: Bugs: Entire iostreams library outdated in 1.34.0 (closed: fixed)">#971</a>. That one worked. So this bug can be marked as fixed. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Thomas Witt</dc:creator> <pubDate>Sat, 26 May 2007 16:25:55 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/955#comment:4 https://svn.boost.org/trac10/ticket/955#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket