On Thu, Jun 4, 2009 at 1:27 AM, Tom Hughes <[email protected]> wrote: > Daniel Blezek wrote: > >> Perhaps someone can give me some help... >> >> I’d like to suppress a “still reachable” warning, but perhaps I don’t >> understand Valgrind’s behavior. > > I don't think you can - it's not really a warning, it's more of an > informational message that you only get if you ask for it.
No, still reachable warnings can be suppressed. I just tried it with a trivial C example and it worked, so it looks like Daniel's suppression isn't matching for some reason. Daniel, try removing lines one at a time from the bottom of the suppression (starting at "fun:main" and see if you can get it to match that way. It's possible there's a problem with the suppression matching. Nick ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
