CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2012
    Posts
    9

    abnormal program termination vc++ runtime library

    my software is developed in vc++ as a multithreaded application consisting 2 my own dlls and my own 3 inter process communicating exes. My application is running in my client site daily basis, but it crashes once in 6 months or 1 year . I have no clues about which part of my code causes this. Dr watson is enabled but without writing the logs there it crashes.we have tried all other options like stopping antivirus, stopping any other conflicting applications etc.. Can anyone show light on this please?

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

    Re: abnormal program termination vc++ runtime library

    Could it be some resource leak? Did you check it using Task Manager or, better, SysInternals tool Process Explorer?
    Victor Nijegorodov

  3. #3
    Join Date
    May 2012
    Posts
    9

    Re: abnormal program termination vc++ runtime library

    I will try using process explorer if the issue occurs again. thanks a lot.

  4. #4
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

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