memory-dump
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 e[详细]
2023-03-22 16:04 分类:问答.Net 4 equivalent of Thread Dump of Java
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[详细]
2023-03-20 12:38 分类:问答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[详细]
2023-02-08 20:47 分类:问答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; pri开发者_运维问答marily as a learn[详细]
2023-01-26 02:41 分类:问答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[详细]
2023-01-19 11:56 分类:问答Dump memory of a process
When reading the /proc/$PID/maps you get the mapped memory regions. Is ther a way to dump one ofthis regions?[详细]
2023-01-09 05:12 分类:问答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 mi开发者_运维问答nidump that it creates in VS2010.[详细]
2023-01-08 08:56 分类:问答Linux Core Dump Without Killing Process
Is it possible to generate a core dump without killin开发者_C百科g the process?If so, what is the command/signal to do so?[详细]
2023-01-03 00:07 分类:问答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[详细]
2022-12-30 15:35 分类:问答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.[详细]
2022-12-29 17:04 分类:问答