Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Dump file creation

Dump file creation

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HungryCPPDev
    wrote on last edited by
    #1

    Hi, I want to generate a dump file automatically whenever the application crashed/hanged. Is there any option to do it or how to do it programatically as the developer don't know when that application crashes at client location. Thanks in advance for your help.

    D B 2 Replies Last reply
    0
    • H HungryCPPDev

      Hi, I want to generate a dump file automatically whenever the application crashed/hanged. Is there any option to do it or how to do it programatically as the developer don't know when that application crashes at client location. Thanks in advance for your help.

      D Offline
      D Offline
      den2k88
      wrote on last edited by
      #2

      AFAIK Dump Files are managed by the OS - whichever it is - so you should look on the OS documentation. It is probable that you need to instruct the OS that you want a dump file and of which kind you desire (short, long, kernel...). For example see if http://msdn.microsoft.com/en-us/library/d5zhxt22.aspx[^] is of any use for you. HTH

      H 1 Reply Last reply
      0
      • H HungryCPPDev

        Hi, I want to generate a dump file automatically whenever the application crashed/hanged. Is there any option to do it or how to do it programatically as the developer don't know when that application crashes at client location. Thanks in advance for your help.

        B Offline
        B Offline
        bert_r
        wrote on last edited by
        #3

        You can tell windows to create these dmp's for you (starting from Windows Server 2008 and Windows Vista SP1). See MSDN for details: Collecting User-Mode Dumps[^]

        H 1 Reply Last reply
        0
        • B bert_r

          You can tell windows to create these dmp's for you (starting from Windows Server 2008 and Windows Vista SP1). See MSDN for details: Collecting User-Mode Dumps[^]

          H Offline
          H Offline
          HungryCPPDev
          wrote on last edited by
          #4

          Hi, Thanks for the reply.

          1 Reply Last reply
          0
          • D den2k88

            AFAIK Dump Files are managed by the OS - whichever it is - so you should look on the OS documentation. It is probable that you need to instruct the OS that you want a dump file and of which kind you desire (short, long, kernel...). For example see if http://msdn.microsoft.com/en-us/library/d5zhxt22.aspx[^] is of any use for you. HTH

            H Offline
            H Offline
            HungryCPPDev
            wrote on last edited by
            #5

            Hi, Thanks for your reply.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups