Home > OS >  Windbg configuration symbol file
Windbg configuration symbol file

Time:11-22

Version: Windows 10
The version number: 1909
Operating system version: 18363.592
(1) the editor environment variable, the Path set to windbg Path: C: \ Program Files \ Windows (x86) Kits, 10, Debuggers, x64, new variables _NT_SYMBOL_PATH, value is set to the SRV * C: \ mysymbol * http://msdl, Microsoft, com/download/symbols
(2) restart the computer did not find disk C new folder mysymbol
(3) the windbg to connect a process, input! Heap results:
0:02 4 & gt; ! Heap
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * *
* * * * * *
* * * Either you specified an unqualified symbol, or your debugger * * *
* * * doesn 't have full symbol information. The Unqualified symbol * * *
* * * resolution is turned off by default. Do either specify a * * *
* * * fully qualified symbol module! Symbolname, or enable resolution * * *
* * * of unqualified symbols by typing ". Symopt - 100 ". Note that * * *
* * * enabling unqualified symbol resolution with the network symbol * * *
* * * server shares in the symbol path may cause the debugger to * * *
* * * appear to hang for long periods of time when an incorrect * * *
* * * symbol name is typed or the network symbol server is down. * * *
* * * * * *
* * * For some commands to work properly, your symbol path * * *
* * * must point to.. PDB files that have full type information. * * *
* * * * * *
* * * Certain. PDB files (to the 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! _HEAP_ENTRY * * *
* * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Invalid type information
Input: sympath SRV * C: \ mysymbol * http://msdl, Microsoft, com/download/symbols
0:02 4 & gt; . Sympath SRV * C: \ mysymbol * http://msdl, Microsoft, com/download/symbols
Symbol search path is: the SRV * C: \ mysymbol * http://msdl, Microsoft, com/download/symbols
Expanded Symbol search path is: the SRV * c: \ mysymbol * http://msdl, Microsoft, com/download/symbols

* * * * * * * * * * * * * Path validation summary * * * * * * * * * * * * * *
The Location Response Time (ms)
Deferred the SRV * C: \ mysymbol * http://msdl, Microsoft, com/download/symbols

Input: reload
0:02 4 & gt; The reload
Reloading the current modules
...
.

* * * * * * * * * * * * * Symbol Loading Error Summary * * * * * * * * * * * * * *
The Module name Error
NTDLL The system always find The file specified in The

You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (! Sym noisy) and repeating the command that under caused symbols to be the loaded.
You should also verify that your symbol search path (. Sympath) is correct.

On the card for me for a few days here, baidu methods are tried, still won't do, bosses look

CodePudding user response:

Is the url inside why you Chinese pause, the decimal point should not be English?

CodePudding user response:

reference 1/f, zara's reply:
is the url inside why you Chinese pause, shouldn't be a decimal point in English?
is actually the point, because the web link Posting too many restrictions, I change it myself

CodePudding user response:

On the NTDLL, there are other didn't? If it is, it seems that this is a different system is actually the name of, I am also not too familiar, windbg just had met online search before, so say; If other is without the symbols in your download directory to related documents, that may be local directories in the path and network path don't have a blank space?

CodePudding user response:

Zara
reference 3 floor response:
is the NTDLL, there are other? If it is, it seems that this is a different system is actually the name of, I am also not too familiar, windbg just had met online search before, so say; If other is without the symbols in your download directory to related documents, that may be local directories in the path and network path don't have a blank space?
this directory from online tutorials to copy down, but the middle space delete I also tried, also did not change, is to create the environment variables after restart turned out to be no mysymbol folder, manually create also not line, feeling is not directory recognition, but also can not find faulty,

CodePudding user response:

Just try, also can not find, to the Microsoft website also can not find, I am a Windows 7 32 bit, isn't this also be stopped support? Don't you?
! Sym noisy command again after loading, prompt similar:
SYMSRV: m: \ symbols \ kernelbase PDB d5eebcb6b044c7a1572dae49752e1d2 of 59 \ \ kernelbase PDB not found
SYMSRV: http://msdl.microsoft.com/download/symbols/kernelbase.pdb/59D5EEBCB6B044C7A1572DAE49752E1D2/kernelbase.pdb not found
DBGHELP: C: \ Windows \ system32 \ kernelbase PDB - file not found
DBGHELP: kernelbase. PDB - file not found
* * * ERROR: Symbol file could not be found. The Defaulted to export symbols for C: \ Windows \ system32 \ KERNELBASE DLL -
nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related