Thread: Help needed on Static Analyzers

  1. #1

    Help needed on Static Analyzers

    Iam trying to debug a memory leak on TCP based program where i can't trace out exactly where all iam freeing the memory which i consumed before.manually tracing it seems difficult as the lines of code is too high. Can anyone tell me any open-source tool which makes my work easier .

    Hoping to hear from you

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Electric fence and valgrind are popular choices.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Quote Originally Posted by Salem
    Electric fence and valgrind are popular choices.
    Thanks a lot for your kind info.
    seems valgrind will help me out

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  2. static variable vs. DLL
    By pheres in forum C++ Programming
    Replies: 11
    Last Post: 02-06-2008, 02:15 AM
  3. get keyboard and mouse events
    By ratte in forum Linux Programming
    Replies: 10
    Last Post: 11-17-2007, 05:42 PM
  4. Thread and static objects
    By axr0284 in forum C++ Programming
    Replies: 4
    Last Post: 02-13-2006, 01:11 PM
  5. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM