Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
439 views

analyse c# application dump file

I wrote a C# application that is running well on XP but freeze on Vista/7. I got an application dump (dmp file) for analysing the problem. I don't understand how to get the stack trace in C# (as I ...
3
votes
2answers
418 views

Best Flags for Crash dumps

I currently have some code that will produce a crash dump when my application crashes however i cant work out what are the best flags to use for it are. At the moment i have it using Full Memory ...
1
vote
1answer
336 views

How to Import .DMP file into SQL Server?

I have a .dmp file (oracle data) and I have to import this file into SQL Server 2008 R2. I tried google but get no clear solution. Oracle is on other machine and SQL Server is on other machine. This ...
1
vote
1answer
165 views

How do I make a '.cmdtree' window dock at startup in WinDbg?

I have followed Tess Ferrandez' blog for setting up a custom theme in WinDbg. I have also started launching WinDbg automatically with -c ".cmdtree c:\mycmdtree.txt" This correctly opens my cmdtree ...
0
votes
1answer
38 views

Does creating dmp files effect program performance?

A very very long time ago, I programmed in C on Unix systems and we would compile in debug mode to help debug a problematic program. The executable that was created in debug mode was much larger and ...
0
votes
1answer
121 views

View heap in a .dmp file

I got a COM+ application (ServicedComponent's) that doesn't free it's memory (possible memory leak). I've generated a DMP file from it (about 1.4 GB large). How can I view the heap to see what all ...
0
votes
1answer
356 views

What do the 'size' numbers mean in the windbg !heap output?

I see output like this in my DMP file: Heap entries for Segment00 in Heap 00150000 00150640: 00640 . 00040 [01] - busy (40) 00150680: 00040 . 01808 [01] - busy (1800) 00151e88: 01808 . ...
0
votes
2answers
120 views

Are there any tools to read the contents of dump files created during BSoD in Windows?

Are there any tools that would help us read the contents in a Memory Dump files that is created when there is a BSoD?