Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties and confers no rights.
And further the docs say:
Public Symbol Store
Microsoft has a Web site that makes Windows symbols publicly available. You
can refer directly to this site in your symbol path:
set
_NT_SYMBOL_PATH=srv*DownstreamStore*http://msdl.microsoft.com/download/symbols
Now when I look at my environment variables, I have
_NT_SYMBOL_PATH=srv*D:\Symbols*http://msdl.microsoft.com/download/symbols*D:\filearch\objchk_wnet_x86\i386
I find D:\Symbols is empty, and I keep getting errors.
What am I goofing up?
Thanks
Env variable is :
_NT_SYMBOL_PATH=srv*D:\Symbols*http://msdl.microsoft.com/download/symbols*D:\filearch\objchk_wnet_x86\i386
D:\symbols is empty, I thought the Symbol Server would download symbols to
the down load dir, in this case D:Symbols.
How do I get this to work correctly? PS my symbols in D:\Filearch... are
fine.
PS. at the time I wrote this post, I have made a test with
"_NT_SYMBOL_PATH=srv*c:\tempSymbols*http://msdl.microsoft.com/download/symbo
ls", from windbg, I get following output when "ld notepad"
c:\tempSymbols\notepad.pdb\F679AEF8BE1F44CAB4CBC4B52D77241B1\notepad.pdb
So the symbols server is ok.
Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties and confers no rights.
_NT_SYMBOL_PATH=srv*D:\Symbols*http://msdl.microsoft.com/download/symbols;D:\filearch\objchk_wnet_x86\i386
Note the ; before D:\filearch\objchk_wnet_x86\i386
...Chris
"usfinecats" <usfin...@nospam.nospam> wrote in message
news:1BF3DFE6-81E4-4650...@microsoft.com...
Have you turned on "!sym noisy" to see if you get more information?
Regards, Chris
"Chris" <cdore.connecttech.com> wrote in message
news:%234S8hLm...@TK2MSFTNGP15.phx.gbl...
If you still have problem to configurate your network to all windbg access
the symbols server, i suggest you post your network configuration in
microsoft.public.windowsxp.network_web for a proper help.
Unfortunately the microsoft.public.windowsxp.network_web are not part of
the managed newsgroup list that we guarantee a 2 business day response, so
the response from the community could take a little bit longer. For a list
MSDN Managed newsgroups please visit the following
link;http://msdn.microsoft.com/newsgroups/managed/
I am sorry I have no specialty to help on Network configuration. But if you
meet any problems on debugging skills or commands, I am happy to be of
assist.
Thanks for your understanding,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties and confers no rights.
--
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
"usfinecats" <usfin...@nospam.nospam> wrote in message
news:8EB8AD6F-F564-4ACE...@microsoft.com...
For a correct report, it should be similiar with:
// _NT_SYMBOL_PATH=srv*c:\Symbols*http://msdl.microsoft.com/download/symbols
//----------output-----------------------------
0:000> !sym noisy
noisy mode - symbol prompts on
0:000> vertarget
Windows XP Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: SingleUserTS
kernel32.dll version: 5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)
Debug session time: Fri Apr 29 16:01:36.896 2005 (GMT+8)
System Uptime: 0 days 5:41:47.452
Process Uptime: 0 days 0:00:24.245
Kernel time: 0 days 0:00:00.020
User time: 0 days 0:00:00.010
0:000> .reload /f notepad.exe
SYMSRV: notepad.pd_ from http://msdl.microsoft.com/download/symbols: 16558
bytes copied
DBGHELP: notepad - public symbols
c:\Symbols\notepad.pdb\F679AEF8BE1F44CAB4CBC4B52D77241B1\notepad.pdb
0:000> .sympath
Symbol search path is:
srv*c:\Symbols*http://msdl.microsoft.com/download/symbols
//-----------------------------------------------------
I look forward to hearing back from you with the details.
Thanks and regards,
--
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
"usfinecats" <usfin...@nospam.nospam> wrote in message
news:523286E1-920B-4A94...@microsoft.com...
But I wonder why -n is giving you issues. I have sometimes seen cut/paste
from word emails translate the '-' to a "double-dash" character which the
console doesn't like. But I'm trying to see if you have output similar to
this:
c:\debuggers>kd -kl -n
Microsoft (R) Windows Debugger Version 6.4.0017.0
Copyright (c) Microsoft Corporation. All rights reserved.
Connected to Windows XP 2600 x86 compatible target, ptr64 FALSE
Symbol search path is: SRV*c:\symcache*\\localhost\symbols
Executable search path is: SRV*c:\symcache*\\localhost\symbols
DBGHELP: SharedUserData - virtual symbol module
SYMSRV: store \\localhost\symbols - error 0x46a
SYMSRV:
c:\symcache\ntoskrnl.pdb\32962337F0F646388B39535CD8DD70E82\ntoskrnl.pdb not
found
SYMSRV:
\\localhost\symbols\ntoskrnl.pdb\32962337F0F646388B39535CD8DD70E82\ntoskrnl.pdb
not found
DBGHELP: ntoskrnl.pdb - file not found
Note in the first SYMSRV line, I get an error for my symbols location. I'm
trying to determine if there is some error which is being displayed at the
initial symbol load attempt on your machine (which would only be seen by
the -n parameter).
--
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
"usfinecats" <usfin...@nospam.nospam> wrote in message
news:2FE13337-A672-438E...@microsoft.com...
Here is the stuff that happens:
D:\Program Files\Debugging Tools for Windows>kd -kl -n
Microsoft (R) Windows Debugger Version 6.4.0007.2
Copyright (c) Microsoft Corporation. All rights reserved.
Connected to Windows XP 2600 x86 compatible target, ptr64 FALSE
Symbol search path is:
srv*D:\Symbols*http://msdl.microsoft.com/download/symbols
;D:\filearch\objchk_wnet_x86\i386
Executable search path is:
DBGHELP: SharedUserData - virtual symbol module
SYMSRV:
D:\Symbols\ntoskrnl.pdb\C95EC79CFBFB4220AF2B6E9D09551A1F2\ntoskrnl.pdb
not found
SYMSRV:
http://msdl.microsoft.com/download/symbols/ntoskrnl.pdb/C95EC79CFBFB422
0AF2B6E9D09551A1F2/ntoskrnl.pdb not found
DBGHELP: D:\filearch\objchk_wnet_x86\i386\ntoskrnl.pdb - file not found
DBGHELP: D:\filearch\objchk_wnet_x86\i386\symbols\exe\ntoskrnl.pdb - file
not fo
und
DBGHELP: D:\filearch\objchk_wnet_x86\i386\exe\ntoskrnl.pdb - file not found
DBGHELP: ntoskrnl.pdb - file not found
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntos
krnl.exe -
DBGHELP: nt - export symbols
*******************************************************************************
WARNING: Local kernel debugging requires booting with /debug to work
optimally.
*******************************************************************************
Windows XP Kernel Version 2600 (Service Pack 1) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp1.020828-1920
Kernel base = 0x804d4000 PsLoadedModuleList = 0x8054be30
Debug session time: Tue May 3 14:04:21.031 2005 (GMT-7)
System Uptime: 0 days 5:32:55.611
DBGHELP: IP not set!
lkd>
--
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
"usfinecats" <usfin...@nospam.nospam> wrote in message
news:27AF4C2F-9B0F-4B23...@microsoft.com...