Visit Mozilla.org

Talk:How to get a stacktrace with WinDbg

From MDC

Some feedback for this article:

1) First time I ran Windbg I had a dialog talking about workspaces ("Save information for workspace?"). I'd like to see a line of text on what to do.

2) After putting in the lines

.sympath SRV*c:\symbols*http://symbols.mozilla.org/firefox
.symfix+ c:\symbols
.reload /f

The command console reports:

Reloading current modules
.*** WARNING: Unable to verify checksum for firefox.exe

Shaver and timeless tell me this is normal, but it'd be nice for this MDC article to mention that it's expected. (Apparently "we don't checksum our modules")