Bugtation No.118

The clash of titans over the bit of memory.

Dmitry Vostokov, Empires of the Code

- Dmitry Vostokov @ DumpAnalysis.org + TraceAnalysis.org -

2 Responses to “Bugtation No.118”

  1. Knyghte Hande Says:

    Hello, Dmitry.

    I want to know if you can help me on an issue I’m facing with a customer. I have a server that’s hanging up because it’s filling up the non-paged memory pool. So, I want to create a WinDBG-compatible memory dump but I don’t want to create a BSOD on the server. Any toughts?

    Thanks!

  2. Dmitry Vostokov Says:

    I think you can try to use poolmon to get (non)paged pool tag consumption:

    Poolmon.exe /b

    and

    Poolmon.exe /p /b

    and then look at C:\Program Files\Debugging Tools for Windows\triage\triage.ini for pool tag descriptions or if they are not present try to use findstr as shown here:

    http://www.dumpanalysis.org/blog/index.php/2007/08/25/crash-dump-analysis-patterns-part-23b/

    Although if your server completely hangs you would have to reboot it anyway so why not generate BSOD after users are asked to logon (if they can)?

Leave a Reply

You must be logged in to post a comment.