Hi,
Thanks for making a thread here after contacting me via email, much appreciated.
Right, so all of the four recent DMP files are of different bug checks:
KMODE_EXCEPTION_NOT_HANDLED (1e)
This indicates that a kernel-mode program generated an exception which the error handler did not catch.
-- DEFAULT_BUCKET_ID:
CODE_CORRUPTION
Code:
CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
fffff8032595412c - nt!EnlightenedSwapContext_PatchXSave+2
[ 01:31 ]
fffff803259541a8-fffff803259541a9 2 bytes - nt!EnlightenedSwapContext_PatchLdt (+0x7c)
[ 48 0f:eb 42 ]
fffff8032595422e - nt!EnlightenedSwapContext_PatchXRstor+2 (+0x86)
[ 09:29 ]
4 errors : !nt (fffff8032595412c-fffff8032595422e)
FAILURE_BUCKET_ID:
X64_MEMORY_CORRUPTION_LARGE
BUCKET_ID:
X64_MEMORY_CORRUPTION_LARGE
MEMORY_MANAGEMENT (1a)
This indicates that a severe memory management error occurred.
BugCheck 1A, {
411, fffff6e000018ab0, 98e000010778f882, fbeff6e000018ab1}
^^ The 1st parameter of the bug check is 411 which indicates a page table entry (PTE) has been corrupted.
DEFAULT_BUCKET_ID:
VERIFIER_ENABLED_VISTA_MINIDUMP
^^ VRF enabled, however we have no driver found making invalid function calls, etc.
KERNEL_SECURITY_CHECK_FAILURE (139)
This bug check indicates that the kernel has detected the corruption of a critical data structure.
BugCheck 139, {
3, ffffd000287b0a80, ffffd000287b09d8, 0}
The 1st parameter of the bugcheck is 3 which indicates that a LIST_ENTRY was corrupted. Code 3, LIST_ENTRY corruption. This type of bug check can be difficult to track down and indicates that an inconsistency has been introduced into a doubly-linked list (detected when an individual list entry element is added to or removed from the list).
SYSTEM_PTE_MISUSE (da)
This indicates that a page table entry (PTE) routine has been used in an improper way.
Right away this is 99.9% a hardware error, just by looking at what we have here. VRF not detecting any drivers, and the loaded modules list is clean as a whistle.
1. Uninstall your video card drivers, and then physically remove your video card. After you've done this, use integrated graphics if available and its latest drivers, or a secondary video card and its latest drivers.
2. If #1 fails, run with 1 DIMM at a time in different DIMM slots to ensure we don't have faulty DIMM slots.
We'll start with that for now.
Regards,
Patrick