On Thu, Aug 6, 2009 at 1:50 PM, Bart Van Assche<[email protected]> wrote: > On Thu, Aug 6, 2009 at 12:02 PM, >> Any opinions of whether this error could be causing my glibc double free >> errors, or whether it is a red-herring? > > It is unlikely that the above message printed by Valgrind is related > to the double free reported by glibc. > > Try to trigger as much code as you can in your application and in > Net-SNMP and see whether this makes Valgrind report more errors.
Hello Craig, In the above I should have added that if your application is multithreaded that you should not only check it with the Valgrind tool memcheck but also with one of Valgrind's thread-checking tools, namely DRD and Helgrind. Bart. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
