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 e
Is there are Thread dump equivalent for .Net4. We tried using MSE from Microsoft but开发者_如何学C this does not recognize applications compiled for .Net4.0All you need to do is to recompile MSE with
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
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; pri开发者_运维问答marily as a learn
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
When reading the /proc/$PID/maps you get the mapped memory regions. Is ther a way to dump one ofthis regions?
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 mi开发者_运维问答nidump that it creates in VS2010.
Is it possible to generate a core dump without killin开发者_C百科g the process?If so, what is the command/signal to do so?
How do you obtain a memory dump from a given memory address in the format: Address|Hexadecimal representation| ASCII representation
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.