Can anyone interpret this minidump?

Status
Not open for further replies.
Hi!

My computer randomly reboots at some point with a blue screen. As such, I followed the instructions I found in this forum to open a minidump file.

However, I don't know what it means and was hoping that someone more experienced with these matters could explain what is wrong with my computer.

Any help would be greatly appreciated!!!

Here is the output i got:


DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
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 kernel debugger is available get stack backtrace.
Arguments:
Arg1: 00000000, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 862718ea, address which referenced memory

Debugging Details:
------------------

*** WARNING: Unable to verify timestamp for NETw4x32.sys
*** ERROR: Module load completed but symbols could not be loaded for NETw4x32.sys

READ_ADDRESS: 00000000

CURRENT_IRQL: 2

FAULTING_IP:
+ffffffff862718ea
862718ea f3a5 rep movs dword ptr es:[edi],dword ptr [esi]

CUSTOMER_CRASH_COUNT: 2

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0xD1

PROCESS_NAME: vsmon.exe

LAST_CONTROL_TRANSFER: from 862481e4 to 862718ea

SYMBOL_ON_RAW_STACK: 1

STACK_ADDR_RAW_STACK_SYMBOL: ffffffffb5082624

STACK_COMMAND: dds B5082624-0x20 ; kb

STACK_TEXT:
b5082604 b5082618
b5082608 86294914
b508260c b5082684
b5082610 00000004
b5082614 00000001
b5082618 85b431a8
b508261c b5082634
b5082620 b8b13d05 NETw4x32+0x7d05
b5082624 85b431a8
b5082628 89cad728
b508262c b5082674
b5082630 88f0a448
b5082634 b5082674
b5082638 b8ba0c9d NETw4x32+0x94c9d
b508263c 88f0a460
b5082640 000000d0
b5082644 00000000
b5082648 b5082658
b508264c 0000001c
b5082650 b508269c
b5082654 b50826c0
b5082658 b50826ec
b508265c 86250983
b5082660 86294914
b5082664 b5082a14
b5082668 b5082a14
b508266c b50828a0
b5082670 b5082a08
b5082674 b50826c0
b5082678 b8b0cc07 NETw4x32+0xc07
b508267c 88f0a448
b5082680 b50826ec


FOLLOWUP_IP:
NETw4x32+7d05
b8b13d05 ?? ???

SYMBOL_NAME: NETw4x32+7d05

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: NETw4x32

IMAGE_NAME: NETw4x32.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 474bc91a

FAILURE_BUCKET_ID: 0xD1_NETw4x32+7d05

BUCKET_ID: 0xD1_NETw4x32+7d05

Followup: MachineOwner
---------
 
The causes for a 0xD1 error are normally Bad Device Drivers or Faulty RAM.
The Driver cited is "NETw4x32.sys" which seems to be a Network Driver. Try updating your Network Drivers and try running Memtest86 as well.

Memtest86 Instructions
Download the pre-built version of Memtest86 (Link Below) and burn it onto a CD using ISO Recorder (Link Below) after this boot off the CD and start the test going and let it run for 3-5 hours (Minimum of 7 Passes) or Overnight which is best.

Memtest86 - http://www.memtest.org/
ISO Recorder - http://isorecorder.alexfeinman.com/isorecorder.htm
 
Status
Not open for further replies.
Back