|
From: Tom H. <th...@cy...> - 2004-08-20 06:21:04
|
In message <200...@bi...>
Danny Angelo Carminati Grein <val...@bi...> wrote:
> Im new user of Valgrind, and I dont know how to read his
> output.. anybody can explain what is a "Invalid read of size X" .. and
> can describe where is my error here (im gettin lots of these erros..
> lol):
It means your program is making an invalid read of size X bytes. In
other words it is reading through a pointer whose value is not properly
initialised.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|