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 8596833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:46:27+00:00 2026-06-12T00:46:27+00:00

When an exception was raised I created a mini dump for a .NET application

  • 0

When an exception was raised I created a mini dump for a .NET application with parameters

MiniDumpNormal | MiniDumpWithProcessThreadData | MiniDumpWithThreadInfo | MiniDumpWithUnloadedModules

which are required to extract the managed callstack (from What is minimum MINIDUMP_TYPE set to dump native C++ process that hosts .net component to be able to use !clrstack in windbg). The mini dump generation is executed in an exception filter as described here

When executing !dumpstack on the crash dump in WinDBG a can see something like

ChildEBP RetAddr  Caller,Callee
...
001dccc0 09b301a3 (MethodDesc 0x274268c +0x133 MyNameSpace.ErrorObject.FaultyMethod(Int32))
...

If I’m not mistaken this means that the error was generated at offset 0x133 in method FaultyMethod where 0x133 is the offset in the JIT compiled machine code.

How can I translate this offset back to the source code or IL line number to identify the instruction that caused the exception?

  • 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-06-12T00:46:29+00:00Added an answer on June 12, 2026 at 12:46 am

    In case anyone is interested, here is my approach to the problem. It starts with adding MiniDumpWithIndirectlyReferencedMemory to the MiniDumpWriteDump call. That will lead to the inclusion of memory pages referenced by pointers on the stack. Although MSDN states “This option can increase the size of the minidump file significantly” in my tests the size of the mini dump file grew by no more than a few 100 KB.

    Now the compiled machine code of the method that threw the exception is available in the dump. This means !u can be used in WinDBG/SOS to disassemble the code. While this is not exactly the IL or source code it should not be too hard to match the machine code instructions with the IL/source code. This blog post features an example how to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created an application which consists of a MainForm and several MDIChild Forms. I'm
I'm developing a android application which is requires posting in groups created by the
See the title of this question. I want to play with the exception raised
I need raise an exception from C++ code. Raised exception must contain text and
When I try to export a report to Excel XLS file exception is raised,
I have a card-game application which makes use of Single Table Inheritance. I have
I'm working on a project which uses the following technologies: C# (.NET 4.0) WCF
I created a service which sends commands to an external activity through AIDL: after
There is a problem in .NET 4.0, which does not exist in 3.5 (have
I have an android application which downloads its information as JSON. A typical JSON

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.