> is it certain, based on what you've seen, that I actually am using the debug > package? I installed it, which apparently is all that is required to cause > it to get used when compiled for debugging?
There is a chance of pathname mixup: installing into the "wrong" directory. The way to tell is to run valgrind under strace: $ strace -f -o strace.out -e trace=file ~/local/bin/valgrind --leak-check=yes ./clock_gettime CLOCK_MONOTONIC and afterwards look in strace.out for any open() on the debug symbol file(s). -- ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
