Bug 1611603 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I saw this message when my local build crashed on running mochitest:
```
MINIDUMP_STACKWALK not set, can't process dump.
```
But https://hg.mozilla.org/build/tools/file/tip/breakpad/win32 is too old to run the latest Windows 10:
```
      1 [main] minidump_stackwalk 11740 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com
```
Although Cygwin already [fixed](https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=e5cadbfdcdd8b06932a9503b3c72511b68f03a60) this bug, the minidump_stackwalk.exe did not work with the latest Cygwin DLLs.

Where can I get the latest minidump_stackwalk binary for Windows?
I saw this message when my local build crashed on running mochitest:
```
MINIDUMP_STACKWALK not set, can't process dump.
```
But https://hg.mozilla.org/build/tools/file/tip/breakpad/win32 is too old to run on the latest Windows 10:
```
      1 [main] minidump_stackwalk 11740 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com
```
Although Cygwin already [fixed](https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=e5cadbfdcdd8b06932a9503b3c72511b68f03a60) this bug, the minidump_stackwalk.exe did not work with the latest Cygwin DLLs.

Where can I get the latest minidump_stackwalk binary for Windows?

Back to Bug 1611603 Comment 0