PC crashing
Ok, here are the relevant parts of the dump. I'll post my thoughts afterwards.
___
CRITICAL_STRUCTURE_CORRUPTION (109)
This bugcheck is generated when the kernel detects that critical kernel code or
data have been corrupted. There are generally three causes for a corruption:
1) A driver has inadvertently or deliberately modified critical kernel code
or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
2) A developer attempted to set a normal kernel breakpoint using a kernel
debugger that was not attached when the system was booted. Normal breakpoints,
"bp", can only be set if the debugger is attached at boot time. Hardware
breakpoints, "ba", can be set at any time.
3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data
BUGCHECK_CODE: 109
BUGCHECK_P1: a39fe7df1268d6ba
BUGCHECK_P2: b3b6f46564e72271
BUGCHECK_P3: fffff803074cc000
BUGCHECK_P4: 1
MEMORY_CORRUPTOR: ONE_BIT
PROCESS_NAME: csrss.exe
FAILURE_BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT
____
Ok, from a single crash dump it's difficult to say with certainty what is at fault, but it looks like we have a memory issue.
Now you say you've tested your RAM with memtest86, how long did you let it run for?
Aside from XMP (which seems to cause more issues that it solves) have you changed any RAM timings in the BIOS?
Is your BIOS up to date? Are your drivers up to date?

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now