Hello,

Why are only the '???' marks printed for the localtion of the stack
allocation? This is with 3.18.0 on Linux x64:

==24390== Conditional jump or move depends on uninitialised value(s)
==24390==    at 0x8B5DC3A: CatTmFilterExclude (CATTmFilter.c:215)
==24390==    by 0x8B8069C: SRVCatSearchMedia (SRVCatSearchMedia.c:579)
==24390==    by 0x74D3683: SlnpRunModule (SLNPInterpreter.c:567)
==24390==    by 0x74D31C7: SlnpInterpreter (SLNPInterpreter.c:287)
==24390==    by 0x414543: SlnpMainLoop (OPServer.c:874)
==24390==    by 0x413ED3: OPServer (OPServer.c:258)
==24390==    by 0x413792: main (OPDaemon.c:407)
==24390==  Uninitialised value was created by a stack allocation
==24390==    at 0x8B43AF0: ??? (in /home/sisis/guru/libcopz39.so)
==24390==

/home/sisis/guru # file libcopz39.so
libcopz39.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), 
dynamically linked, BuildID[sha1]=eb1d460ebb565dedfe48bf5f534d2c097d9ca59c, 
with debug_info, not stripped

The *.o files in the shared lib have been compiled with 'gcc -m64 -g ...'

Thanks

        matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to