Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sick and tired of this symbol thing!!!!!! would appreciate your help

172 views
Skip to first unread message

Harry Potter

unread,
Nov 9, 2004, 11:53:25 PM11/9/04
to
I've been working on fixing my symbols (not personally but my windbg) for
sometimes now... I've tried every instruction that I found through google,
microsoft and newsgroups... yet I get this freaky symbols are wrong thing...
How can this be fixed for once and all???
here is a snap shot


Connected to Windows 2000 2195 x86 compatible target, ptr64 FALSE

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntoskrnl.exe -

Loading Kernel Symbols

............................................................................
.........

Loading unloaded module list

kd> g

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
Ntfs.sys -

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
dump_WMILIB.SYS -

*** ERROR: Module load completed but symbols could not be loaded for
dump_atapi.sys

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
win32k.sys -


Jeremy Boschen

unread,
Nov 10, 2004, 7:38:46 AM11/10/04
to
"Harry Potter" <hpo...@azkabar.com> wrote in message
news:ueHScDux...@tk2msftngp13.phx.gbl...

> I've been working on fixing my symbols (not personally but my windbg) for
> sometimes now... I've tried every instruction that I found through google,
> microsoft and newsgroups... yet I get this freaky symbols are wrong
> thing...
> How can this be fixed for once and all???
> here is a snap shot
>


What is your symbol path?

- Jeremy


Harry Potter

unread,
Nov 10, 2004, 12:38:59 PM11/10/04
to
here is the latest that I have both in env variables and symbol path of the
windbg
C:\Debug;SRV*C:\WINNT\Symbols*http://msdl.microsoft.com/download/symbols

"Jeremy Boschen" <jbos...@ptd.net> wrote in message
news:uq3UUIyx...@TK2MSFTNGP15.phx.gbl...

Jason Shay [MSFT]

unread,
Nov 10, 2004, 1:36:21 PM11/10/04
to
What is displayed when you do:
!sym noisy
.reload /f nt

--
Jason Shay [MSFT]
js...@online.microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Harry Potter" <hpo...@azkabar.com> wrote in message

news:eoj1Ov0x...@tk2msftngp13.phx.gbl...

Harry Potter

unread,
Nov 10, 2004, 1:57:19 PM11/10/04
to
Connected to Windows 2000 2195 x86 compatible target, ptr64 FALSE

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntoskrnl.exe -

Loading Kernel Symbols

............................................................................
........

Loading unloaded module list

.........

Loading User Symbols

kd> !sym noisy

noisy mode - symbol prompts on

kd> .reload /f nt

DBGHELP: ntoskrnl.exe is stripped. Searching for dbg file

SYMSRV: A connection with the server could not be established

SYMSRV: C:\Program Files\Debugging Tools for
Windows\sym\ntoskrnl.dbg\40D1D18319a640\ntoskrnl.dbg not found

SYMSRV:
http://msdl.microsoft.com/download/symbols/ntoskrnl.dbg/40D1D18319a640/ntoskrnl.dbg
not found

DBGHELP: .\ntoskrnl.dbg - file not found

DBGHELP: .\symbols\exe\ntoskrnl.dbg - path not found

DBGHELP: .\exe\ntoskrnl.dbg - path not found

DBGHELP: ntoskrnl.exe missing debug info. Searching for pdb anyway

DBGHELP: Can't use symbol server for ntoskrnl.pdb - no header information
available

DBGHELP: ntoskrnl.pdb - file not found

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntoskrnl.exe -

DBGHELP: nt - export symbols

Now it complains that it can't find ntoskrnl.dbg but I have a folder under
C:\WINNT\Symbols directory on my machine plus a file ntoskrnl.dbg under
C:\WINNT\Symbols\exe and another same file under
C:\WINNT\Symbols\ntoskrnl.dbg\4047DB831a5540 directory.


It also says can't connect to server although my internet connection is
working fine

What I also don't underestand is why is it looking for C:\Program
Files\Debugging Tools for Windows path as SYMSRV path???

Please note that I'm working on win2000 and using windbg 6.3.0017

Thank you for your help.

"Jason Shay [MSFT]" <js...@online.microsoft.com> wrote in message
news:O%23s0tQ1x...@TK2MSFTNGP15.phx.gbl...

Harry Potter

unread,
Nov 10, 2004, 2:03:16 PM11/10/04
to
Please ignore my last message.. Here is the line I have under symbol files
in windbg and env variable of winnt

C:\Debug;SRV*C:\WINNT\Symbols*http://msdl.microsoft.com/download/symbols

C:\Debug contains my driver .pdb and apps. and C:|\WINNT\Symbols should
contain my windows debug stuff.

Here I run the command again and this is what I got..

kd> !sym noisy

noisy mode - symbol prompts on

kd> .reload /f nt

DBGHELP: ntoskrnl.exe is stripped. Searching for dbg file

DBGHELP: C:\Debug\ntoskrnl.dbg - file not found

DBGHELP: C:\Debug\symbols\exe\ntoskrnl.dbg - path not found

DBGHELP: C:\Debug\exe\ntoskrnl.dbg - path not found

SYMSRV: A connection with the server could not be established

SYMSRV: C:\WINNT\Symbols\ntoskrnl.dbg\40D1D18319a640\ntoskrnl.dbg not found

DBGHELP: .\ntoskrnl.dbg - file not found

DBGHELP: .\symbols\exe\ntoskrnl.dbg - path not found

DBGHELP: .\exe\ntoskrnl.dbg - path not found

DBGHELP: ntoskrnl.exe missing debug info. Searching for pdb anyway

DBGHELP: C:\Debug\ntoskrnl.pdb - file not found

DBGHELP: C:\Debug\symbols\exe\ntoskrnl.pdb - file not found

DBGHELP: C:\Debug\exe\ntoskrnl.pdb - file not found

DBGHELP: Can't use symbol server for ntoskrnl.pdb - no header information
available

DBGHELP: ntoskrnl.pdb - file not found

*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntoskrnl.exe -

DBGHELP: nt - export symbols

Now it complains that it can't find ntoskrnl.dbg but I have a folder under
C:\WINNT\Symbols directory on my machine plus a file ntoskrnl.dbg under
C:\WINNT\Symbols\exe and another same file under

C:\WINNT\Symbols\ntoskrnl.dbg\4047DB831a5540 directory...

It seems that it doesn't understand that it should look under
c:\WINNT\symbols for the ntoskrnl.exe stuff. Why?

Please note that I'm working on win2000 and using windbg 6.3.0017

Thank you for your help

"Jason Shay [MSFT]" <js...@online.microsoft.com> wrote in message
news:O%23s0tQ1x...@TK2MSFTNGP15.phx.gbl...

Soumik Sarkar

unread,
Nov 10, 2004, 6:09:32 PM11/10/04
to
>>SYMSRV: A connection with the server could not be established

Do you have connection to the MS site?


"Harry Potter" <hpo...@azkabar.com> wrote in message

news:edirVe1x...@TK2MSFTNGP09.phx.gbl...

Harry Potter

unread,
Nov 10, 2004, 7:05:41 PM11/10/04
to
I have the internet connection live.... what do you mean exactly by MS
site???
"Soumik Sarkar" <soumik_sarkar AT yahoo dot com> wrote in message
news:OOBRSp3x...@TK2MSFTNGP09.phx.gbl...

Pat Styles

unread,
Nov 10, 2004, 8:12:10 PM11/10/04
to
The debugger is unable to access http://msdl.microsoft.com/download/symbols.
Are you behind a firewall?

.pat

"Harry Potter" <hpo...@azkabar.com> wrote in message

news:#DBTVH4x...@tk2msftngp13.phx.gbl...

Harry Potter

unread,
Nov 10, 2004, 9:17:24 PM11/10/04
to
I am.. But I don't have problem with any other site....
in case it helps, which I don't think it does, but here is what I get if I
go to the link directly
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.

Thank you for your feedback...

"Pat Styles" <pa...@microsoft.com> wrote in message
news:4192bc6c$1...@news.microsoft.com...

Mark Roddy

unread,
Nov 11, 2004, 7:11:43 AM11/11/04
to
In article <#Yvn7Q5x...@tk2msftngp13.phx.gbl>, hpo...@azkabar.com says...

> I am.. But I don't have problem with any other site....
> in case it helps, which I don't think it does, but here is what I get if I
> go to the link directly
> Directory Listing Denied
> This Virtual Directory does not allow contents to be listed.
>
> Thank you for your feedback...
>
You need to resolve your internal network issues.
"SYMSRV: A connection with the server could not be established"

This obviously indicates that you cannot correctly access the symbol server.
Until you have fixed your network problem the symbol server, and consequently
the symbols themselves, will not be available.

If your test system is running the out of the box version of w2k/xp you can get
the symbols from the install cds.

--

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
ma...@hollistech.com

Neil Pike

unread,
Nov 12, 2004, 7:49:45 AM11/12/04
to
Do you have any sort of personal firewall installed that might be blocking WinDBG
but allowing whatever browser you're using?


> I am.. But I don't have problem with any other site....
> in case it helps, which I don't think it does, but here is what I get if I
> go to the link directly
> Directory Listing Denied
> This Virtual Directory does not allow contents to be listed.
>
> Thank you for your feedback...

Neil Pike. Protech Computing Ltd
(Please post ALL replies to the newsgroup only unless indicated otherwise)


Harry Potter

unread,
Nov 12, 2004, 3:09:51 PM11/12/04
to
no... I don't have such thing...
I have installed the windbg on another pc with less apps intalled on it and
now it works ok on the ntoskrnl thing...
however it complains that it can't access the image
I have put my image file in C:\DEBUG\MYdriver.sys I set this through both
windbg and .exepath command but it keep coming back that
WARNING C:\DEBUG\MYDriver.sys is not accessable...
any idea....

"Neil Pike" <neil...@compuserve.com> wrote in message
news:VA.0000626...@compuserve.com...

Neil Pike

unread,
Nov 15, 2004, 5:48:40 AM11/15/04
to
Afraid not - one for the MS folks....


> I have put my image file in C:\DEBUG\MYdriver.sys I set this through both
> windbg and .exepath command but it keep coming back that
> WARNING C:\DEBUG\MYDriver.sys is not accessable...
> any idea....

Neil Pike. Protech Computing Ltd

Soumik Sarkar

unread,
Nov 15, 2004, 3:14:11 PM11/15/04
to
Try .symopt+0x80000000 followed by a .reload
what does it say?

"Harry Potter" <hpo...@azkabar.com> wrote in message

news:eVq$4MPyEH...@TK2MSFTNGP09.phx.gbl...

0 new messages