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)
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple