WINDBG search wrong path for symbols

Hello,

WinDBG symbols load problem , tried to enable sym noisy, shows load path wrong
C:\myflt\w7fre\amd64\symbols\sys\Testflt.pdb
provided search path is,
C:\myflt\w7fre\amd64\Testflt.pdb

why it is looking in symbols\sys directory which is not present neither provided.

Thanks,
Sachin Shinde.

The search path should be a list of folders; (presumably) C:\myflt\w7fre\amd64\Testflt.pdb is not a folder but a file. Try specifying C:\myflt\w7fre\amd64 in the search path instead.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-595809-
xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: 17 November 2015 08:06
To: Kernel Debugging Interest List
Subject: [windbg] WINDBG search wrong path for symbols

Hello,

WinDBG symbols load problem , tried to enable sym noisy, shows load
path wrong C:\myflt\w7fre\amd64\symbols\sys\Testflt.pdb
provided search path is,
C:\myflt\w7fre\amd64\Testflt.pdb

why it is looking in symbols\sys directory which is not present neither
provided.

Thanks,
Sachin Shinde.


WINDBG is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
This email message has been delivered safely and archived online by Mimecast.

For more information please visit http://www.mimecast.com

typo mistake search path is
C:\myflt\w7fre\amd64\
why its searching in
C:\myflt\w7fre\amd64\symbols\sys\

It’s documented functionality.

From https://msdn.microsoft.com/en-us/library/windows/hardware/ff558829.aspx

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-595824-
xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: 17 November 2015 10:27
To: Kernel Debugging Interest List
Subject: RE:[windbg] WINDBG search wrong path for symbols

typo mistake search path is
C:\myflt\w7fre\amd64\
why its searching in
C:\myflt\w7fre\amd64\symbols\sys\


WINDBG is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
This email message has been delivered safely and archived online by Mimecast.

For more information please visit http://www.mimecast.com

Thanks David for helpful information.