• Your debugger is not using the correct symbols

    From die.montesino@gmail.com@21:1/5 to Bhawna on Thu Aug 16 09:47:29 2018
    On Wednesday, August 27, 2008 at 11:48:25 AM UTC+2, Bhawna wrote:
    I am new to Windbg. I am trying to debug my application in c++ which
    is throwing an access violation exception.

    I guess this is due to some memory leak.

    But I am having hard time getting details usig windbg. Looks like
    reason is symbols are not available and it shows following details in response to command "!heap -stat -h"

    *************************************************************************
    ***
    ***
    ***
    ***
    *** Your debugger is not using the correct symbols
    ***
    ***
    ***
    *** In order for this command to work properly, your symbol path
    ***
    *** must point to .pdb files that have full type information.
    ***
    ***
    ***
    *** Certain .pdb files (such as the public OS symbols) do not
    ***
    *** contain the required information. Contact the group that
    ***
    *** provided you with these symbols if you need this command to
    ***
    *** work.
    ***
    ***
    ***
    *** Type referenced: ntdll!_PEB
    ***
    ***
    ***
    ************************************************************************* unable to resolve ntdll!RtlpStackTraceDataBase

    I have set my symbols path to path of my .pdb files and I am using
    debug built for debugging purpose.

    I have also added following line in my symbol path

    SRV*c:\symbols*http://msdl.microsoft.com/download/symbol

    My source path is also correctly set.

    I did not download any symbols from web. I am using windbg on Windows
    vista home premium.

    I am not sure what else information will be needed by someone who can
    help me out of this hell.

    Thanks and Regards
    Bhawna

    try https://msdl.microsoft.com/download/symbols.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From die.montesino@gmail.com@21:1/5 to All on Thu Aug 16 09:46:42 2018
    https://msdl.microsoft.com/download/symbols.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)