From: Nehal <ne...@ca...> - 2003-05-04 19:14:47
|
Hello, im having problems running my program with valgrind. when i type: valgrind ./myprogram it seems to work for a while then i get this last error and it freezes... and i have to kill the xterm: ==947== ==947== Conditional jump or move depends on uninitialised value(s) ==947== at 0x40160658: memchr (vg_clientfuncs.c:490) ==947== by 0x403D1F3D: _IO_getline_info_internal (in /lib/libc-2.3.1.so) ==947== by 0x403D1EC2: _IO_getline_internal (in /lib/libc-2.3.1.so) ==947== by 0x403D0ECA: _IO_fgets (in /lib/libc-2.3.1.so) ==947== ==947== Use of uninitialised value of size 4 ==947== at 0x405137D6: (within /usr/X11R6/lib/libX11.so.6.2) ==947== by 0x40513AC9: (within /usr/X11R6/lib/libX11.so.6.2) ==947== by 0x40513F6A: _XlcResolveLocaleName (in /usr/X11R6/lib/libX11.so.6.2) ==947== by 0x40517BCF: (within /usr/X11R6/lib/libX11.so.6.2) i know its not doing anything because cpu usage is at 0% btw, i got latest valgrind (1.9.5) Nehal |