windows debugging tool

J

j lunis

Posted at Windows.general 3/16 with no response
Hope this is the proper ng

Vista Home Premium
Don't know if this is 'general' or not, but I don't know where else to
ask this.
Have a BSOD error 000000c5. A google search indicates this is likely a
driver conflict and a number of site direct me to a debug utility which
I have DLd and installed- dbg_x866.11.1.402.msi.
I have enter, I think, the proper path at the cmd prompt, that is
windbg -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -i
c:\windows\i386 -z c:\windows\minidump\minidump.dmp

My problem is a keep getting (I think) an error and the program stops.
Text below. What is my next step?
------------

Loading Dump File [c:\windows\minidump\mini031509-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

WARNING: Inaccessible path: 'c:\windows\i386'
Symbol search path is:
srv*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: c:\windows\i386
Windows Server 2008/Windows Vista Kernel Version 6001 (Service Pack 1)
MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 6001.18145.x86fre.vistasp1_gdr.080917-1612
Machine Name:
Kernel base = 0x82248000 PsLoadedModuleList = 0x8235fc70
Debug session time: Sun Mar 15 12:51:49.710 2009 (GMT-4)
System Uptime: 0 days 20:04:37.947
Loading Kernel Symbols
................................................................
.................................................................
.......................................
Loading User Symbols
Loading unloaded module list
......................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck C5, {e14, 2, 0, 8233515e}

*** WARNING: Unable to verify timestamp for TfSysMon.sys
*** ERROR: Module load completed but symbols could not be loaded for
TfSysMon.sys
Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+159 )

Followup: Pool_corruption
---------
 
R

Rick Rogers

Hi,

I read your question in the .general group and replied to it. You may need
to download more headers. The answer is short, as the error occurs because
your path statement contains an invalid folder name. There is no i386 folder
in a Vista installation.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 
J

j lunis

Rick said:
Hi,

I read your question in the .general group and replied to it. You may
need to download more headers. The answer is short, as the error occurs
because your path statement contains an invalid folder name. There is no
i386 folder in a Vista installation.

Thanks. Went back and checked 'General' and found no reply. Don't know
what that means. NG reader problem maybe.
Anyway, does this mean I can't use the debugging tool in Vista or do I
just point it to another (correct) folder?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top