Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3979140
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:08:00+00:00 2026-05-20T05:08:00+00:00

I want my app to create a mini dump to help debug unhanded exceptions.

  • 0

I want my app to create a mini dump to help debug unhanded exceptions.

I may not know what type of mini dump I will want until after the dump has been created, so what combinations of MINIDUMP_TYPE flags should I use to give me the most complete dump possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:08:00+00:00Added an answer on May 20, 2026 at 5:08 am

    I came up with the following list with the help of the DebugInfo.com link (thanks David) and the MSDN page. Not all flags are covered in the DebugInfo.com link.

    Using these flags should create a comprehensive, but big mini dump.

    Include:

    MiniDumpWithFullMemory                  -       the contents of every readable page in the process address space is included in the dump.      
    MiniDumpWithHandleData                  -       includes info about all handles in the process handle table. 
    MiniDumpWithThreadInfo                  -       includes thread times, start address and affinity. 
    MiniDumpWithProcessThreadData           -       includes contents of process and thread environment blocks. 
    MiniDumpWithFullMemoryInfo              -       includes info on virtual memory layout. 
    MiniDumpWithUnloadedModules             -       includes info from recently unloaded modules if supported by OS. 
    MiniDumpWithFullAuxiliaryState           -       requests that aux data providers include their state in the dump. 
    MiniDumpIgnoreInaccessibleMemory        -       ignore memory read failures. 
    MiniDumpWithTokenInformation            -       includes security token related data.
    

    Exclude:

    MiniDumpNormal                          -       value is 0 so always implicitly present, unless excluded by a callback (which I won't be doing).
    MiniDumpWithPrivateReadWriteMemory      -       excludes contents of shared memory. 
    MiniDumpWithIndirectlyReferencedMemory  -       includes memory pages referenced by pointers on the stack, but assuming MiniDumpWithFullMemory already includes all pages in the process address space anyway.
    MiniDumpWithDataSegs                    -       contents of writable data sections are already included by specifying MiniDumpWithFullMemory
    MiniDumpWithCodeSegs                    -       assuming MiniDumpWithFullMemory includes this. 
    MiniDumpWihtoutOptionalData             -       suppresses all memory operations other that MiniDumpNormal. 
    MiniDumpFilterMemory                    -       filters out contents of stack memory (also has no effect if MiniDumpWithFullMemory used).
    MiniDumpFilterModulePaths               -       removes module paths from the dump. 
    MiniDumpScanMemory                      -       used to exclude memory for specific modules via callbacks. 
    MiniDumpWithPrivateWriteCopyMemory      -       assume MiniDumpWithFullMemory already includes this.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a web app that will use wicket, hibernate and spring
In a mini blog app, I want to create a delete function, so that
I want to do something like this: create table app_users ( app_user_id smallint(6) not
I want to create a Web app which would allow the user to upload
I want to create an iPhone app which makes calls to a web service.
I want to create a PHP app that can send text messages ; There
I want to create a Facebook app that can operates inside IFrame / FB
I want to create own filetype to save objects in my app. Basically, I
I want to create an Event Calendar for my iPhone App. In a first
I want to create a trace on a database server from my C# app,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.