Application Crashes after some time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bagyam
    New Member
    • Aug 2010
    • 2

    Application Crashes after some time

    Hi,
    I have a VB.Net application. I leave the form run for about 12 hours. Till 12 hours the application runs good. After 12 hours the application crashes on whatever action is done on the form.
    Can anybody tell the reason for this ?
    Might this be a problem with the database connections.
    How can I know the reason why the application crashed? Is there a way to get a log entry at the time of crash to record the reason of the application crash?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Are you actively using the program for that time?
    I would say some connection is timing out after X amount of time, you just won't notice it until you try to do something. It might have stopped working well before 12hours.

    Comment

    • Bagyam
      New Member
      • Aug 2010
      • 2

      #3
      Application crashes after some time

      I am not actively working with that application for 12 hours. I have to leave the application running for all the time. When it runs overnight, next morning the application crashes.
      Also, I have tested the application time for crash. It crashes only after 12 hours. IT does not crash before that.
      What may be the reason ?

      Comment

      • Sfreak
        New Member
        • Mar 2010
        • 64

        #4
        Check how much memory your application is consuming... in many cases when you have a bug when disposing objects this kind of behavior may occur. Its just an idea. Try to observe it.

        Fernando Mello

        Comment

        Working...