# HG changeset patch # User gyorgyf # Date 1330082586 0 # Node ID 5e432835d7e1e131a56925b8652573b168a97a57 # Parent 8c65fff56cabdeb89eec14a5b9f69a68aa88f020 binreader now can step through corrupted binary diff -r 8c65fff56cab -r 5e432835d7e1 runner/BinaryFeatureWriter.cpp --- a/runner/BinaryFeatureWriter.cpp Sat Feb 18 21:18:17 2012 +0000 +++ b/runner/BinaryFeatureWriter.cpp Fri Feb 24 11:23:06 2012 +0000 @@ -279,6 +279,8 @@ ofs << " }" << endl; } + // BUG: File corruption after about 34000 runs due to beat spectrum plugin returning less data than advertised !!! + // write the feature data feature_count += featureList.size(); for (size_t i = 0; i < featureList.size(); ++i) {