Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-1070551 into 
lp:zorba.

Commit message:
fix for bug #1070551 (zerr:ZOSE0003 stream read failure)

Requested reviews:
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #1070551 in Zorba: "zerr:ZOSE0003 stream read failure"
  https://bugs.launchpad.net/zorba/+bug/1070551

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1070551/+merge/131099
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1070551/+merge/131099
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-10-22 20:06:08 +0000
+++ ChangeLog	2012-10-23 21:12:22 +0000
@@ -21,6 +21,7 @@
   * Fixed bug #1067706 (wrong const folding in mutually recursive udfs)
   * Fixed bug #1021492 (while computeing the "sources" of a prolog var, skip
     any var-setting exprs that appear in non-used (and non-optimized) functions). 
+  * Fixed bug #1070551 (zerr:ZOSE0003 stream read failure)
 
 version 2.7
 

=== modified file 'src/store/naive/atomic_items.cpp'
--- src/store/naive/atomic_items.cpp	2012-09-19 21:16:15 +0000
+++ src/store/naive/atomic_items.cpp	2012-10-23 21:12:22 +0000
@@ -3711,6 +3711,7 @@
     std::streambuf * pbuf;
     pbuf = theIstream.rdbuf();
     pbuf->pubseekoff(0, std::ios::beg);
+    theIstream.clear();
   }
   theIsConsumed = true;
   return theIstream;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to