On Wed, Jun 22, 2011 at 9:32 PM, Kartik Kumar <nxwolver...@gmail.com> 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 this an insignificant error that I can ignore? Or is it something that I
> should pay attention to?

It's a leak in the Mac OS X libraries which you can't control.  That's
why it's suppressed.  You can ignore it.  All the systems Valgrind
runs on has some basic suppressions for library errors like this.
It's from the darwin10.supp file

Nick

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to