[Valgrind-users] Can valgrind print the used uninitialized value and its size?

2015-04-23 Thread ISHIKAWA,chiaki
Hi, I was running mozilla TB and found a message during a test run ==20163== Conditional jump or move depends on uninitialised value(s) ==20163==at 0x90974BC: nsJSObjWrapper::NP_SetProperty(NPObject*, void*, _NPVariant const*) (nsJSNPRuntime.cpp:137) ... so there is an uninitialized

Re: [Valgrind-users] Can valgrind print the used uninitialized value and its size?

2015-04-23 Thread Philippe Waroquiers
On Fri, 2015-04-24 at 01:13 +0900, ISHIKAWA,chiaki wrote: Can valgrind print value of used uninitialized memory location, say, something along the suggested manner below? I am not a specialist in the way memcheck does all that, but at first sight, I do not see major difficulties to implement