Brief
Creating a dump file using any of the following methods is way to slow (> 2 minutes) to be usable for our current scenario.
procdump -ma notepad
procdump notepad
Does anyone have any idea
Edit: some extra information
dbghelp.dll!MiniDumpReadDumpStream+0x241a
fortunatly, we tried this first with notepad
Background
We are trying to create a dumpfile on a first-chance exception of a critical application with as minimal impact as possible. The application should not get suspended for more than a few seconds.
In the end, this turned out to be related to the combination of our AV and a specific dbghelp.dll version.
Tested combinations