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