Created
October 13, 2015 21:04
-
-
Save phinett/fbd597c904e9a3045bae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:000> !analyze -v -hang | |
******************************************************************************* | |
* * | |
* Exception Analysis * | |
* * | |
******************************************************************************* | |
************************************************************************* | |
*** *** | |
*** *** | |
*** Either you specified an unqualified symbol, or your debugger *** | |
*** doesn't have full symbol information. Unqualified symbol *** | |
*** resolution is turned off by default. Please 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 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 (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: $ntdllsym!_CONTEXT *** | |
*** *** | |
************************************************************************* | |
************************************************************************* | |
*** *** | |
*** *** | |
*** Either you specified an unqualified symbol, or your debugger *** | |
*** doesn't have full symbol information. Unqualified symbol *** | |
*** resolution is turned off by default. Please 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 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 (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 *** | |
*** *** | |
************************************************************************* | |
************************************************************************* | |
*** *** | |
*** *** | |
*** Either you specified an unqualified symbol, or your debugger *** | |
*** doesn't have full symbol information. Unqualified symbol *** | |
*** resolution is turned off by default. Please 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 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 (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!_HEAP_FAILURE_INFORMATION *** | |
*** *** | |
************************************************************************* | |
************************************************************************* | |
*** *** | |
*** *** | |
*** Either you specified an unqualified symbol, or your debugger *** | |
*** doesn't have full symbol information. Unqualified symbol *** | |
*** resolution is turned off by default. Please 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 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 (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: nt!IMAGE_NT_HEADERS32 *** | |
*** *** | |
************************************************************************* | |
************************************************************************* | |
etc... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment