- Joined
- Aug 3, 2010
- Messages
- 1,286
- Thread Author
- #1
So I'm an avid Windows Debugger user, I'm on build 1151 (Version 10.0.10586, or as winver.exe likes to say 10586.14)
I downloaded the Win 64 symbols from Microsoft, and set my _NT_SYMBOL_PATH environment variable to
the normal shtick "SRV*H:\Symbols*http://msdl.microsoft.com/download/symbols"
The symbols do exist in H:\Symbols, and the Microsoft server is there to catch any I don't have, this is how I've always done it.. but then any time I analyze a dump this is what I'm getting:
So of course the two errors that make no sense are that I'm using the wrong symbols, which I clearly am not.
The other is the ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR error which basically means an http connection is being redirected to an https connection. This was not a problem before on Win 7/8, what the heck am I doing wrong? Anyone else having problems using a local store and the aforementioned Microsoft Symbol server?
I downloaded the Win 64 symbols from Microsoft, and set my _NT_SYMBOL_PATH environment variable to
the normal shtick "SRV*H:\Symbols*http://msdl.microsoft.com/download/symbols"
The symbols do exist in H:\Symbols, and the Microsoft server is there to catch any I don't have, this is how I've always done it.. but then any time I analyze a dump this is what I'm getting:
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: ffffffffffffffa4, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff801edcd17b6, address which referenced memory
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do 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: nt!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KTHREAD ***
*** ***
*************************************************************************
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe - file not found
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
*** ERROR: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR|default
SYMSRV: A connection with the server could not be established
SYMSRV: A connection with the server could not be established
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: H:\symbols\ntoskrnl.exe\564577807cc000\ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
SYMSRV: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/564577807cc000/ntoskrnl.exe not found
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** 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!_KPRCB ***
*** ***
*************************************************************************
SYSTEM_SKU: SKU
SYSTEM_VERSION: System Version
BIOS_DATE: 11/16/2015
BASEBOARD_PRODUCT: Z170 PRO GAMING
BASEBOARD_VERSION: Rev X.0x
ADDITIONAL_DEBUG_TEXT:
You can run '.symfix; .reload' to try to fix the symbol path and load symbols.
WRONG_SYMBOLS_TIMESTAMP: 56457780
WRONG_SYMBOLS_SIZE: 7cc000
FAULTING_MODULE: fffff801edc7f000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 56457780
DUMP_FILE_ATTRIBUTES: 0x8
Kernel Generated Triage Dump
BUGCHECK_P1: ffffffffffffffa4
BUGCHECK_P2: 2
BUGCHECK_P3: 0
BUGCHECK_P4: fffff801edcd17b6
READ_ADDRESS: unable to get nt!MiSessionIdBitmap
Unable to get value of nt!MiSessionWsList
ffffffffffffffa4
CURRENT_IRQL: 0
FAULTING_IP:
nt+527b6
fffff801`edcd17b6 410fb646a5 movzx eax,byte ptr [r14-5Bh]
CPU_COUNT: 8
CPU_MHZ: fa8
CPU_VENDOR: GenuineIntel
CPU_FAMILY: 6
CPU_MODEL: 5e
CPU_STEPPING: 3
CUSTOMER_CRASH_COUNT: 1
ANALYSIS_VERSION: 10.0.10240.9 amd64fre
LAST_CONTROL_TRANSFER: from fffff801eddcbfe9 to fffff801eddc1460
STACK_TEXT:
ffffd000`2357b238 fffff801`eddcbfe9 : 00000000`0000000a ffffffff`ffffffa4 00000000`00000002 00000000`00000000 : nt+0x142460
ffffd000`2357b240 00000000`0000000a : ffffffff`ffffffa4 00000000`00000002 00000000`00000000 fffff801`edcd17b6 : nt+0x14cfe9
ffffd000`2357b248 ffffffff`ffffffa4 : 00000000`00000002 00000000`00000000 fffff801`edcd17b6 00000000`00010000 : 0xa
ffffd000`2357b250 00000000`00000002 : 00000000`00000000 fffff801`edcd17b6 00000000`00010000 00000000`00000000 : 0xffffffff`ffffffa4
ffffd000`2357b258 00000000`00000000 : fffff801`edcd17b6 00000000`00010000 00000000`00000000 00000000`00000000 : 0x2
STACK_COMMAND: kb
FOLLOWUP_IP:
nt+527b6
fffff801`edcd17b6 410fb646a5 movzx eax,byte ptr [r14-5Bh]
FOLLOWUP_NAME: MachineOwner
BUGCHECK_STR: 56457780
EXCEPTION_CODE: (NTSTATUS) 0x56457780 - <Unable to get error code text>
FAILURE_EXCEPTION_CODE: 56457780
EXCEPTION_STR: WRONG_SYMBOLS
IMAGE_NAME: ntoskrnl.wrong.symbols.exe
MODULE_NAME: nt_wrong_symbols
SYMBOL_NAME: nt_wrong_symbols!564577807CC000
BUCKET_ID: WRONG_SYMBOLS_X64_TIMESTAMP_151113-053912
DEFAULT_BUCKET_ID: WRONG_SYMBOLS_X64_TIMESTAMP_151113-053912
PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS
FAILURE_BUCKET_ID: WRONG_SYMBOLS_X64_TIMESTAMP_151113-053912_56457780_nt_wrong_symbols!564577807CC000
ANALYSIS_SOURCE: KM
FAILURE_ID_HASH_STRING: km:wrong_symbols_x64_timestamp_151113-053912_56457780_nt_wrong_symbols!564577807cc000
FAILURE_ID_HASH: {0c3a4f60-922a-c9ff-fd88-d6759fefaec3}
Followup: MachineOwner
---------
So of course the two errors that make no sense are that I'm using the wrong symbols, which I clearly am not.
The other is the ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR error which basically means an http connection is being redirected to an https connection. This was not a problem before on Win 7/8, what the heck am I doing wrong? Anyone else having problems using a local store and the aforementioned Microsoft Symbol server?