[Boost-bugs] [Boost C++ Libraries] #2411: bzip2_compressor does not work with filtering_istream

Subject: [Boost-bugs] [Boost C++ Libraries] #2411: bzip2_compressor does not work with filtering_istream
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-10-15 00:09:31


#2411: bzip2_compressor does not work with filtering_istream
-------------------------------------------------------------------------------+
 Reporter: rbock_at_[hidden] | Owner: turkanis
     Type: Bugs | Status: new
Milestone: Boost 1.37.0 | Component: iostreams
  Version: Boost 1.36.0 | Severity: Showstopper
 Keywords: filtering_istream, filtering_istreambuf, filtering_ostream, bzip2 |
-------------------------------------------------------------------------------+
 Hi,

 the filtering_istream has a severe problem when used with
 bzip2_compressor. This might be related to Ticket #2318.

 The compressed data is withheld, leaving readers of the filtering_istream
 with 0 bytes.

 When a filtering_ostream is used instead, compression works as expected.

 I am going to attach two files, one showing the code which does not work
 for me at all (using filtering_istream), the other which works as expected
 (using filtering_ostream).

 My platform is Ubuntu 8.04 64bit, gcc 4.2.3, using boost version 1.36, and
 bzip2 1.0.4.

 Thanks for your efforts,

 Roland

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2411>
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:49:58 UTC