Solved BSOD NDIS.SYS and others.

Jolly121

New member
Local time
5:49 PM
Messages
5
I'm having random BSOD's again. This isn't new to me. It can occur pretty much doing anything, generally under load, but very sporadic.
 
Last edited:

My Computer My Computer

Computer type
PC/Desktop
OS
TAS
OK, the main thing we need to look at is memory, here is why:
here is the error code:
Code:
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.
Arguments:
Arg1: a3a039d899ef9517, Reserved
Arg2: b3b7465eec6d72a9, Reserved
Arg3: fffff880012b8a30, Failure type dependent information
Arg4: 0000000000000001, Type of corrupted region, can be
	0 : A generic data region
	1 : Modification of a function or .pdata
	2 : A processor IDT
	3 : A processor GDT
	4 : Type 1 process list corruption
	5 : Type 2 process list corruption
	6 : Debug routine modification
	7 : Critical MSR modification

this could have a few different causes, but this is what seals the deal:
Code:
STACK_COMMAND:  kb

MODULE_NAME: [COLOR="Red"]memory_corruption[/COLOR]

IMAGE_NAME:  [COLOR="red"]memory_corruption[/COLOR]

FOLLOWUP_NAME:  memory_corruption

DEBUG_FLR_IMAGE_TIMESTAMP:  0

MEMORY_CORRUPTOR:  ONE_BIT

FAILURE_BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT

BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT

Followup: memory_corruption
---------
pretty much all the lines above say memory corruption somewhere in there.


so, to test your memory, run memtest86+ as per the tutorial below:
http://www.sevenforums.com/tutorials/105647-ram-test-memtest86.html
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Enterprise x64
CPU
Intel i5 Dual Core
Screen Resolution
1366x768
Keyboard
built in Keyboard
Antivirus
System Centre Endpoint Protection
Browser
Google Chrome, Firefox and Internet Explorer
how did you go?
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Enterprise x64
CPU
Intel i5 Dual Core
Screen Resolution
1366x768
Keyboard
built in Keyboard
Antivirus
System Centre Endpoint Protection
Browser
Google Chrome, Firefox and Internet Explorer
Back
Top