1) I have symbols on network drive like u:\localsym. I can access the path
using windows explorer(win explorer first asks password and validates
password). After windows explorer access the network drive, I open windbg and
windbg gives warniong "inaccessible symbol path u:\localsym". Spelling is
correct. I dont know what is going wrong here.

2) If one of the symbol path is wrong, will windbg try to check for symbols
from other paths in symbol path or will it abondon all together?

Re: symbol path problems by Maxim

Maxim
Tue Dec 04 12:10:02 PST 2007

Say

.symopt +0x80000000

and retry the symbol loading.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Raj" <Raj@discussions.microsoft.com> wrote in message
news:17FC2ABC-9458-48BB-BE7B-89F39C58B191@microsoft.com...
> 1) I have symbols on network drive like u:\localsym. I can access the path
> using windows explorer(win explorer first asks password and validates
> password). After windows explorer access the network drive, I open windbg and
> windbg gives warniong "inaccessible symbol path u:\localsym". Spelling is
> correct. I dont know what is going wrong here.
>
> 2) If one of the symbol path is wrong, will windbg try to check for symbols
> from other paths in symbol path or will it abondon all together?
>