i run the test script ( performance / SQLTest ) under test directory with csql -s
through valgrind tool as
valgrind --tool=memcheck --leak-check=yes ./SQLTest
and found Conditional jump or move depends on uninitialised value(s)
Error Summary :
==27654== Conditional jump or move depends on uninitialised value(s)
==27654== at 0x401A049: BucketIter::next() (BucketIter.cxx:21)
==27654== by 0x4034BDC: TupleIterator::next() (TupleIterator.cxx:150)
==27654== by 0x4032BD1: TableImpl::fetchNoBind() (TableImpl.cxx:310)
==27654== by 0x4031167: TableImpl::fetch() (TableImpl.cxx:289)
==27654== by 0x40640CB: SelStatement::fetch() (SelStatement.cxx:651)
==27654== by 0x406CB3F: SqlStatement::fetch() (SqlStatement.cxx:121)
==27654== by 0x8048DF2: main (in csql/test/performance/SQLTest)