[PATCH] Add minidump write utility

2014-02-07 Thread Jon TURNEY
This patch adds a 'minidumper' utility, which functions identically to 'dumper' except it writes a Windows minidump, rather than a core file. I'm not sure if this is of use to anyone but me, but since I've had the patch sitting around for a couple of years, here it is... 2014-02-07 Jon

Re: [PATCH] Add minidump write utility

2014-02-07 Thread Daniel Colascione
May I recommend setting MiniDumpWithHandleData | MiniDumpWithFullMemoryInfo | MiniDumpWithThreadInfo | MiniDumpWithFullAuxiliaryState | MiniDumpIgnoreInaccessibleMemory | MiniDumpWithTokenInformation | MiniDumpWithModuleHeaders | MiniDumpWithIndirectlyReferencedMemory by default? On

Re: [PATCH] Add minidump write utility

2014-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2014 at 04:36:01PM +, Jon TURNEY wrote: This patch adds a 'minidumper' utility, which functions identically to 'dumper' except it writes a Windows minidump, rather than a core file. I'm not sure if this is of use to anyone but me, but since I've had the patch sitting

Re: [PATCH] Add minidump write utility

2014-02-07 Thread Corinna Vinschen
On Feb 7 12:44, Christopher Faylor wrote: On Fri, Feb 07, 2014 at 04:36:01PM +, Jon TURNEY wrote: This patch adds a 'minidumper' utility, which functions identically to 'dumper' except it writes a Windows minidump, rather than a core file. I'm not sure if this is of use to anyone