
WinDbg - Error message "Module List is Corrupt"
BTW you don't have to write any code to generate minidumps
instead of the old drwtsn32 format. Just set the AEDebug/De{*filter*}
value to something like
c:\dbg\ntsd.exe -g -p %ld -e %ld -c ".dump -mfh -u c:\winnt\temp\crash.dmp;
q"
On Win2K you'll need to install de{*filter*}s from
http://www.*-*-*.com/
On XP and later built in ntsd.exe should work.
Quote:
> Who generated the crashdumps? Is it drwtsn32.exe? The tool does a really
bad
> job of writing out module information at times - eg sometimes it writeouts
> module names as modn.dll where n is an incrementing number
> That could you your problem. Please use minidumps - they are documented
> (look up MSDN) - and a much nicer format ;
> -raj
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights
> > I have an environment where i can generate crash dumps. Some of them I
can
> > read and load into windbg, others when I load the dmp file, i get the
> error
> > message. "Module List is Corrupt"
> > I am running the latest DRWts32.exe