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.

Why I can not find "Debug Managed Memory" on Actions menu?

Why I can not find "Debug Managed Memory" on Action menu as described at this MSDN article: Analyze .NET Framework …

c# visual-studio memory-leaks dump procmon
writing dumpstate to file android

I need the bugreport option that you can use in adb to go to a file on the sd in …

android adb dump bug-reporting
Is there a way to do a SQL dump from Amazon Redshift

Is there a way to do a SQL dump from Amazon Redshift? Could you use the SQL workbench/J client?

mysql sql amazon-s3 amazon-redshift dump
Django: loaddata not working

I generated a fixture: python manage.py dumpdata --all > ./mydump.json I emptied all my databases using: python manage.…

python django dump fixtures dumpdata
Postgres pg_dump dumps database in a different order every time

I am writing a PHP script (which also uses linux bash commands) which will run through test cases by doing …

php database linux postgresql dump
Is there a MySql binary dump format? Or anything better than plain text INSERT statements?

Is there anything better (faster or smaller) than pages of plain text CREATE TABLE and INSERT statements for dumping MySql …

mysql dump
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 …

java jvm deadlock dump memory-dump
How to use redis' `DUMP` and `RESTORE` (offline)?

I tried redis's DUMP command, redirect to file (or pipe), but RESTORE report this error: $ redis-cli dump test > /tmp/…

redis restore dump
SOS does not support the current target architecture

I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 …

c# .net-4.0 windbg dump freeze
Nodejs process hang, how could I debug it or collect dump?

my nodejs process which was running at Linux, now it is hang and the CPU is 100%. Is there anyway I …

node.js debugging process dump freeze