• Eric Pouech's avatar
    dbghelp: MiniDumpWriteDump called from exception handler. · fa9be995
    Eric Pouech authored
    - MiniDumpWriteDump was unable to provide stack information for the current
      thread, hence did produce unusable minidump when a programs generates the
      minidump from its own exception handler.
    - We now support this if the current thread calls MiniDumpWriteDump from an
      exception handler and provides the exception information.
    fa9be995
minidump.c 30.3 KB