[vtkusers] memory-related problem detected using Valgrind

Marie-Gabrielle Vallet mgv.research at gmail.com
Mon Feb 4 12:42:06 EST 2008


I believed I had a memory-related problem with my vtk code. I ran it through
Valgrind, a memory checking program. It detects some problems :
  Conditional jump or move depends on uninitialised value(s)
  Use of uninitialised value of size 8
  Invalid read of size 8

BUT, running Valgrind on the very simple following code results in the same
messages... that's disturbing!

Has someone ever checked any vtk software for such flaws ?

Marie-Gabrielle Vallet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080204/3dfba653/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: teste.cxx
Type: text/x-c++src
Size: 2178 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080204/3dfba653/attachment.cxx>


More information about the vtkusers mailing list