Tagged Questions
The memory-dump tag has no wiki summary.
11
votes
1answer
1k views
How to analyze dump file from delphi dll?
I'm an escalation engineer on a product which use both c# and delphi 2006 code.
In most cases c# issues are debugged with windbg and delphi 2006 issues with eurekalog.
But when the issue is a delphi ...
11
votes
5answers
2k views
Tool for analyzing .Net app memory dumps
Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?
9
votes
2answers
5k views
Finding the crash dump files for a C# app
An app I'm writing always crashes on a clients computer, but I don't get an exception description, or a stack trace. The only thing I get is a crash report that windows wants to send to Microsoft. I ...
7
votes
1answer
343 views
Taking memory dump using C#
I've got a System.Diagnostics.Process object. My C# program is monitoring it for some condition. When the condition is hit, I want to take a full memory dump of the Process.
What is the best way to ...
6
votes
4answers
2k views
User Initiated Kernel dump in Windows XP
I remember watching a webcast from Mark Russinovich showing the sequence of keyboard keys for a user initiated kernel dump. Can somebody refresh my memory on the exact order of the keys.
Please note ...
5
votes
4answers
451 views
How can I create objects based on dump file memory in a WinDbg extension?
I work on a large application, and frequently use WinDbg to diagnose issues based on a DMP file from a customer. I have written a few small extensions for WinDbg that have proved very useful for ...
4
votes
2answers
2k views
Creating a Memory Dump of a Process in Windows Server 2003?
Since windows Vista, we have the nice option to create a memory dump of a process directly from Task Manager. Sadly, Windows Server 2003 does not have this option yet :( I found ways to do a complete ...
4
votes
4answers
602 views
how do I specify the source code directory in VS when looking at the call stack of a memory dump?
I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source code.
I can ...
3
votes
3answers
477 views
Save and load a (Java) program's state
Suppose you're short on time and you're looking for a program with certain features, and you find one, except it lacks one feature - it cannot save and load its state. Is it possible to achieve this ...
3
votes
2answers
825 views
Linux Core Dump Without Killing Process
Is it possible to generate a core dump without killing the process? If so, what is the command/signal to do so?
Thanks,
Jim
3
votes
5answers
580 views
Is creating a memory dump at customer environment good?
I am facing a severe problem with my program, which gets reproduced only in the customer place. Putting logs, are not helping as I doubt the failure is happening in a third party dll. For some ...
3
votes
1answer
843 views
.Net Memory Dump: !eeheap -gc: where do the GC generations start and end?
I think I'm missing some fundamentals here so hopefully this post can clarify this.
I've taken a dump and am looking at the managed heap and am interested in looking specifically at what objects are ...
2
votes
2answers
205 views
How to make a memory dump in .net?
How do you obtain a memory dump from a given memory address in the format:
Address | Hexadecimal representation | ASCII representation
...
2
votes
1answer
3k views
HELP! “The custom error module does not recognize this error.”
(Please consider this a courtesy more so than a question, but still, please add your advice!)
If you hit "The custom error module does not recognize this error" in Outlook Web Access, and you're in ...
2
votes
2answers
1k views
Visual Studio 2008 Pro does not open DMP files. What could be wrong?
Microsoft documentation on Visual Studio states, that in order to open dump file, you need to do "File -> Open -> Project" routine.
However, for some reason, in my case VS 2008 does not see dump ...
2
votes
3answers
152 views
How can I report to users what is consuming the process address space of a windows application while they're running it?
I'm writing the memory manager for an application, as part of a team of twenty-odd coders. We're running out of memory quota and we need to be able to see what's going on, since we only appear to be ...
1
vote
1answer
56 views
Enabling Windows Server 2008 Crash Dump for IIS ASP.Net
I have an ASP.Net application that is occasionally crashing and causing the Worker Process to reload. The system is running on IIS 7.5 on Windows Server 2008 R2 64 bit SP1.
I get an Application Error ...
1
vote
3answers
69 views
How can I view memory usage, thread dump for java programs, from command line?
Is there any known command line tool to ask the JVM to see memory usage and thread dumps of a java program. something like a headless jvisualvm?
1
vote
2answers
67 views
Get deadlock detection from running programm or dump in Java
I have a piece of running java software that is jammed. I would like to get a view inside but have got no idea how to do that.
Is there some tool that I can give a PID and it will tell me where every ...
1
vote
0answers
50 views
.Net 4 equivalent of Thread Dump of Java
Is there are Thread dump equivalent for .Net4. We tried using MSE from Microsoft but this does not recognize applications compiled for .Net4.0
1
vote
1answer
231 views
Parse the crash dump in WinDbg for private bytes (other than managed heap)?
I want to parse the full crash dump (*.dmp) file and get the private bytes data. I know that VMMap of SysInternals can tell me how much my private bytes, heap etc are all but what I need is if I have ...
1
vote
2answers
536 views
How do I see the c# code that caused a crashdump in clr.dll?
I have a Windows Forms application (.NET 4) that runs fine on my development machine but crashes on two other test machines. I can load the minidump that it creates in VS2010.
Choosing to "Debug with ...
1
vote
2answers
309 views
Memory dump much smaller than available memory
I have a Tomcat Application Server that is configured to create a memory dump on OOM, and it is started with -Xmx1024M, so a Gigabyte should be available to him.
Now I found one such dump and it ...
1
vote
1answer
138 views
How can I get type information at runtime from a DMP file in a Windbg extension?
This is related to my previous question, regarding pulling objects from a dmp file.
As I mentioned in the previous question, I can successfully pull object out of the dmp file by creating wrapper ...
1
vote
2answers
579 views
Capture dump with adplus.vbs - wait for debugger to finish?
I have a web application, that sometimes hangs. I want to investigate the reason, and I need to get a memory dump of the process, when it hangs.
So my idea is to monitor the website, when I am ...
1
vote
3answers
306 views
access running JVM raw memory
Forgive me if this is an ignorant question, I'm not exactly an expert programmer just curious. Is it possible to read the working memory, say for an instance of a class, from inside a running program? ...
1
vote
2answers
852 views
How to dump memory in windows 2008 64bit server?
I want to analyze memory leak in my ASP.NET application,
How can I dump memory in windows 2008 64bit server?
thanks,
Guy Bertental
1
vote
3answers
3k views
C++ Exception code lookup
Knowing an exception code, is there a way to find out more about what the actual exception that was thrown means?
My exception in question:
0x64487347
Exception address: 0x1
The call stack shows no ...
0
votes
1answer
25 views
Windows Server 2008 past system crashes?
Just wondering does anybody know the default location for .mdmp/.hdmp files on Windows Server 2008, or a quick way of checking what applications on the system have crashed in the past?
0
votes
1answer
97 views
Find all sql statements in a xaction which deadlocked from memory dump
Environment:
Sql server 2008 r2
Windows 7 64 bit
Windbg 64bit
What i already know
I can find the sql stmts in this transactions by running a server-side profiler trace and stopping it as soon as ...
0
votes
1answer
41 views
Investigate biggest objects (dominators) from a .NET Process memory dump
I've got a memory dump of .NET process which was created by DebugDiag on thrown System.OutOfMemoryException. Now I'm trying to figure out which objects are holding more memory than expected.
It's ...
0
votes
1answer
118 views
Memory Dump - Windows CE
I am having an issue at a client site with a .NET/Windows CE 5.0 application. Of course, we are not able to duplicate the issue and the client doesn't know exactly how to duplicate it either. I've ...
0
votes
1answer
606 views
Memory Dump in Visual Studio
I'm trying to follow this tutorial but with the immediate window in vs2010 rather than WinDBG:
http://blogs.msdn.com/b/dougste/archive/2005/11/25/497016.aspx
but I'm getting stumped by the following:
...
0
votes
3answers
145 views
A Question regarding methods of dumping ram [All languages, and platforms]
I recently decided that I'd like to write an application that would be an open source alternative to some of the closed source ram dump applications on the market; primarily as a learning experience.
...
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
2answers
184 views
Why Dumping a .NET Process Increases Memory Usage
We have a .NET service using ~30MB of memory at startup. (VM ~= Mem usage)
I wanted to dump the process and find out what is holding those 30MB.
The CDB debugger generating the mini-dump increased ...
0
votes
3answers
262 views
Memory leak in transition from PHP 4 to 5 - any hints?
I am porting a large web application to a shared web hosting environment.
The app was written in PHP 4. The new environment has PHP 5.2.
For some reason, the application is leaking tremendous ...
0
votes
1answer
792 views
Dump Analysis with Source, using Visual Studio 2008 Express?
Is there any way to analyze app-crash minidumps (e.g. created by SetUnhandledExceptionFilter, or minidumpwritedump()) with source, using Visual Studio 2008 Express?
I generally do this at work ...