Re: [Valgrind-users] Source of suppressed error

2011-06-25 Thread Nicholas Nethercote
On Wed, Jun 22, 2011 at 9:32 PM, Kartik Kumar wrote: > When I run valgrind with the "-v" option, it spits out the following at the > end: > --12237-- used_suppression:      1 libSystem-keymgr-leak-at-exit > I've tried to google what this libSystem actually is but can't really figure > it out. > Is

[Valgrind-users] Source of suppressed error

2011-06-22 Thread Kartik Kumar
Hi all, I've been struggling to get Valgrind to work with Mac OS 10.6.7 Snow Leopard but I think I managed it in the end by following the instructions on this webpage: https://trac.macports.org/ticket/28572. When I run Valgrind now it seems to be picking up leaks that I introduce into my program,