async-crashdump-debugging-initiative icon indicating copy to clipboard operation
async-crashdump-debugging-initiative copied to clipboard

Crash dumps with Heap required

Open frehberg opened this issue 3 years ago • 0 comments

By default crash dumps contain the stack of each thread only.

If one wants to analyze the state of the Future-Instances located in heap memory. The target system must be configured to produce crash-dumps containing heap memory as well.

frehberg avatar Feb 10 '22 09:02 frehberg