CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2001
    Posts
    306

    How can I find crash address on win7

    Hello,

    my vc++ release version crashed on win7 on an user system sometimes.
    But how can I find out the crash address ? Is there a crash-report file somewhere ?
    I have the map-file, but no crash address !!

    thx.
    Ralf

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

    Re: How can I find crash address on win7

    Do you mean that there is no any useful information by crashing your App?
    Try to look at the Event Viewer (if it exists in Win7)
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2001
    Posts
    306

    Re: How can I find crash address on win7

    When the app crashed there appears only a window with some information like "a problem occured...bla bla" and a "Cancel"-button.

    Where can I find the Event Viewer (if there is one) ?

  4. #4
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: How can I find crash address on win7

    There are tools that can help you with report crashes. For instance, we are using a commercial tool called BugSplat.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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

    Re: How can I find crash address on win7

    Victor Nijegorodov

  6. #6
    Join Date
    Jul 2001
    Posts
    306

    Re: How can I find crash address on win7

    I found the event viewer !
    thx.

    Ralf

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