Menu

#454 Condition depends on uninitialized val :( BucketIter.cxx:21

V2.2 Beta
open
nobody
leak (188)
5
2009-02-01
2009-02-01
No

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)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.