CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2010
    Posts
    50

    Question finding memory leak using deleaker

    Hello,
    I am using uncertain crash of my application & I doubt it is sue to some memory leaks.I googled & found tool called "deleaker" to detect the memory link within program.I followed the instruction & executed the program.I got the result of memory leak it is in memory block but the entry value of it shows message as -

    AddIn.dll!btkThrJobDeque::btkThrJobDeque Line 91 (s:\advapps\tk-2\basictk\baselib\srcmt\btkthrjobdeque.cxx)

    This file is not available in my project neither this drive exist.Leak type value shows "Virtual".
    Has anybody used deleaker?

    Please let me know how can I get some meaningful information out of it?
    Deleaker forum is not working......

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: finding memory leak using deleaker

    Application may crash because of a lot of problems and memory leaks is neither the most serious nor the most frequent one.
    What type of application are you using and how does it crash?
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2010
    Posts
    50

    Question Re: finding memory leak using deleaker

    It is a engineering application used to design mechanical components(CAD).It crashes at uneven places in code (as per log file).Crash is like closes the session suddenly.Deleaker send s message as there was memory leak identified,but I am not getting the filename & location it is returning.

  4. #4
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: finding memory leak using deleaker

    in what language have you coded your application?
    which compiler did you use?
    can you show us the log file that you have logged ?

  5. #5
    Join Date
    Nov 2011
    Posts
    21

    Re: finding memory leak using deleaker

    I also use deliker and did not notice problems with the forum. Will you check it again

  6. #6
    Join Date
    Nov 2011
    Posts
    9

    Resolved Re: finding memory leak using deleaker

    Quote Originally Posted by MastAvalons View Post
    I also use deliker and did not notice problems with the forum. Will you check it again
    deliker = deleaker ?

  7. #7
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: finding memory leak using deleaker

    Quote Originally Posted by StarDrago View Post
    deliker = deleaker ?
    2 year old thread ≠ current thread

    Q.E.D.

  8. #8
    Join Date
    Nov 2011
    Posts
    9

    Smile Re: finding memory leak using deleaker

    Quote Originally Posted by MikeAThon View Post
    2 year old thread ≠ current thread

    Q.E.D.
    upssss.... I was not attentive.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured