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.

Does Java blocked threads take up more CPU resources?

i would like to ask if Java will utilize more CPU resources when threads are blocked, i.e. waiting to …

java multithreading cpu dump blocked
Linux Core Dump Without Killing Process

Is it possible to generate a core dump without killing the process? If so, what is the command/signal to …

linux memory dump memory-dump
C# How to dump all variables & current values during runtime

Are there any in-built or 3rd party libraries that allow you to simply dump all variables in memory during run …

c# variables runtime dump
How to prevent YAML to dump long line without new line

Whenever my option goes beyond certain limit, pyyaml converts it into two lines. How to avoid this ? e.g. In [1]: …

python yaml line-breaks dump long-lines
Convert a hex dump back to its original binary form

I need do reverse Hex Dump, convert nvram memory block hex dump to the binary file (.bin). The memory block …

linux memory embedded-linux dump hexdump
Wikipedia Category Hierarchy from dumps

Using Wikipedia's dumps I want to build a hierarchy for its categories. I have downloaded the main dump (enwiki-latest-pages-articles) and …

mediawiki categories dump wikipedia wikipedia-api
How do I dump an arbitrary struct in C?

I don't know which direction to go,perhaps something like reflection will help?

c struct dump
MySQL - Is there a way to include the bin log position in the dump file without scripting

Is there a way to include the replication bin log position in the dump file without scripting? I know there …

mysql replication dump binlog
How do I suppress the bloat of useless information when using the DUMP command while using grunt via 'pig -x local'?

I'm working with PigLatin, using grunt, and every time I 'dump' stuffs, my console gets clobbered with blah blah, blah …

dump apache-pig gruntjs verbosity
Generate a Java thread dump without restarting.

I'd like to create a thread that keeps track of the memory usage and cpu usage. If the application reaches …

java multithreading heap dump