Top "Dump" questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis.

Crash dump - resolve unmanaged code crash in a .NET application using WinDbg

I'm trying to discover the WinDbg tool to analyze a crash dump we have on our production server. When I …

windbg dump crash-dumps
Pretty print JSON dumps

I use this code to pretty print a dict into JSON: import json d = {'a': 'blah', 'b': 'foo', 'c': [1,2,3]} print …

python json dictionary python-2.x dump
How can I dump the entire Web DOM in its current state in Chrome?

I want to dump the current DOM to a file and be able to view it offline. Essentially, I have …

dom dump google-chrome-devtools
meteor: how can I backup my mongo database

How can I make a backup of my meteor mongo database? If I run: meteor mongo the mongodump command does …

mongodb import backup meteor dump
Generate java dump when OutOfMemory

I have a program that should eventually generate OutOfMemory . The program code is: public class VeryLargeObject implements Serializable { public static …

java dump
How to view the type of a variable in PL/SQL?

Is there a function in PL/SQL to show a variable's exact type, like the DUMP function in SQL? I've …

oracle variables reflection plsql dump
How to get the relative address of a field in a structure dump. [C]

We're working on a C program compiled with arm-eabi-gcc under Linux. We're using a dump of a large structure and …

c field dump
How to read heap dump file which is created by jconsole?

I performed a heap dump manually by invoking the com.sun.management.HotSpotDiagnostic MXBean's dumpHeap operation in jconsole. So I …

java dump jconsole
Dump and restore data of a specific key in redis

I want to take backup of a particular key in my redis which have multiple keys. My redis has many …

redis backup restore dump