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.

Connect to URL and dump webpage in Groovy

I would like to open a webpage from groovy, dump the specified webpage and eventually dump the webpage behind an …

url groovy webpage dump
How can I get a SQL dump of a SQL Server 2008 database?

How can I get a SQL dump of a SQL Server 2008 database? That is, a .sql file with inserts to …

sql-server-2008 dump
Perl hash Data::Dumper

In Perl I need to analyze a huge hash, so I print it into a file using Data::Dumper module. …

perl hash dump data-dumper
MySql to PostgreSql migration

My PostgreSQL is installed on Windows. How can I migrate data from MySQL database to PostgreSQL? I've read tons of …

mysql postgresql migration dump
How restore a PostgreSQL table from *.sql using pg_dump or psql?

I need to restore a big table (250mb) in PostgreSQL database in console tool. How I can do this using …

postgresql dump psql
How do I analyze a .mdmp file?

I have java application that is crashing while in production. It doesn't do so in dev/QA. The jvm is …

java dump jrockit
pg_dump: too many command line arguments

what is wrong with this command: pg_dump -U postgres -W admin --disable-triggers -a -t employees -f D:\ddd.txt …

postgresql dump database-backups pg-dump
WinDbg x64: Cannot debug a crash dump - failed to load data access DLL

I attached WinDbg to a running process and had the process crashed (I have a separate question re. that case). …

debugging windbg dump
Linux: How to debug a SIGSEGV? How do I trace the error source?

My firefox started crashing since today. I haven't changed anything on the system or on firefox config. I use strace …

linux debugging trace dump segmentation-fault
error opening HPROF file: IOException: Unknown HPROF Version

I am getting the following exception when trying to open HPROF file (created by Debug.dumpHprofData) with Memory Analyzer: java.…

android memory-leaks dump