On Dec 23, 2010, at 12:25 PM CST, Dallman, John wrote:

>> It appears that everything used in that line is set.  Might 
>> valgrind not recognize the values set to idx and length in 
>> the call to sscanf()?
> 
> With puzzling things like this, try simply printing the values in 
> question with printf(). This usually clarifies the situation. 

Passing "--track-origins=yes" to Valgrind also helps when hunting down 
"uninitialised value" warnings.  As a bonus, you don't need to recompile the 
program to use this strategy.

-Dave


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to