Invalid Write :memoryset( ) (DataType.cxx:1293)
Main Memory Database Cache
Brought to you by:
prabatuty
i run the testscript SQLAdapterTest under Performance directory
through valgrind tool as
valgrind --tool=memcheck --leak-check=full --show-reachable=yes
./SQLAdapterTest
and found Invalid Write error
Error Summary :
==28415== Invalid write of size 4
==28415== at 0x4027553: AllDataType::memoryset(void*, DataType) (DataType.cxx:1293)
==28415== by 0x40834E3: SqlOdbcStatement::fetch() (SqlOdbcStatement.cxx:263)
==28415== by 0x8048CB2: main (in /home/lakshya/FEBRUARY/feb3/csql/test/performance/SQLAdapterTest)
==28415== Address 0x0 is not stack'd, malloc'd or (recently) free'd