You might remember a project that the Windows Error Reporting team published on CodePlex.  This project contains a wrapper for our ATOM base web services that allow for automatically downloading Windows Error Reporting data.

There is a new project going on at www.stackhash.com where they have released a Beta 3 build of their application that builds on the Windows Error Reporting web services to locally cache and analyze crash dumps.

Screenshot

You can read about and sign up for their beta here: http://www.stackhash.com/blog/post/StackHash-Beta-1-Preview.aspx.

Scripting in this tool is really useful. You can create a script to run a sequence of WinDbg commands and then StackHash will automatically run the script each time a new cab is downloaded. Included scripts pull common information out of minidumps including process uptime, architecture and CLR version (if applicable).

You can also search and filter events. Filters can be saved, so for instance you could show events with more than ten hits and at least one cab for a specific product.

The beta looks like a promising tool.

Check it out and provide the StackHash team with some feedback.