Collecting dumps of crashing Cygwin processes with Windows user mode dumps?
Jon Turney
jon.turney@dronecode.org.uk
Fri Feb 9 13:46:56 GMT 2024
On 09/02/2024 01:14, Dan Shelton via Cygwin wrote:
> Hello!
>
> How can I collect user mode dumps
> (https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps)
> for crashing Cygwin processes?
>
I think WER is disabled for cygwin processes, due to SetErrorMode().
If you want minidumps for cygwin crashes, you can configure minidumper
as the Cygwin JIT debugger, as explained in 'man minidumper'.
(It's then just about practical to use google-breakpad, which can (a)
read minidumps, and (b) read the DWARF debugging information for cygwin
executables, to usefully analyse the minidump)
More information about the Cygwin
mailing list