Random Crash

Discussion in 'C' started by vatsa_mitr, Sep 2, 2006.

  1. vatsa_mitr

    vatsa_mitr New Member

    Joined:
    Sep 2, 2006
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi all,
    suppose an application crashes 5 times how would i chk those points where it is crashing?one possible answer is write a log file but it will crash diff points when i will start it again.anybody has its answer.....
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Try using debug version and where it crashes you will be taken to the code and see if any values are not as accepted and that should be the best way to go.

    If it does not crash in debug mode then you should be going about using the outputdebugstring or write the log to a file with the possible variables that can cause the trouble and find out the problem.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice